mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Printing heap's block headers before beginning of unit test.
This commit is contained in:
parent
43ad060aa0
commit
09c1f91bb3
@ -47,7 +47,7 @@ main( int __unused argc,
|
||||
printf("seed=%d\n", k);
|
||||
srand((unsigned int) k);
|
||||
|
||||
mem_heap_print( false, false, true);
|
||||
mem_heap_print( true, false, true);
|
||||
|
||||
for ( uint32_t i = 0; i < test_iters; i++ )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user