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

/external/valgrind/main/massif/
H A Dms_main.c270 static SizeT heap_szB = 0; // Live heap size variable
1032 SizeT heap_szB; member in struct:__anon33004
1048 tl_assert(snapshot->heap_szB == 0);
1099 snapshot->heap_szB = 0;
1132 snapshot->heap_szB,
1320 snapshot->heap_szB = heap_szB;
1322 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB;
1324 tl_assert( alloc_xpt->szB == heap_szB);
1325 tl_assert(snapshot->alloc_sxpt->szB == heap_szB);
[all...]

Completed in 60 milliseconds