Searched refs:heap_szB (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/massif/
H A Dms_main.c264 static SizeT heap_szB = 0; // Live heap size variable
1021 SizeT heap_szB; member in struct:__anon19352
1037 tl_assert(snapshot->heap_szB == 0);
1088 snapshot->heap_szB = 0;
1121 snapshot->heap_szB,
1309 snapshot->heap_szB = heap_szB;
1311 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB;
1313 tl_assert( alloc_xpt->szB == heap_szB);
1314 tl_assert(snapshot->alloc_sxpt->szB == heap_szB);
[all...]

Completed in 71 milliseconds