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

/external/valgrind/main/massif/
H A Dms_main.c276 static SizeT heap_szB = 0; // Live heap size variable
1060 SizeT heap_szB; member in struct:__anon12686
1076 tl_assert(snapshot->heap_szB == 0);
1127 snapshot->heap_szB = 0;
1160 snapshot->heap_szB,
1348 snapshot->heap_szB = heap_szB;
1350 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB;
1352 tl_assert( alloc_xpt->szB == heap_szB);
1353 tl_assert(snapshot->alloc_sxpt->szB == heap_szB);
[all...]

Completed in 153 milliseconds