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

/external/valgrind/main/massif/
H A Dms_main.c277 static SizeT heap_extra_szB = 0; // Live heap extra size -- slop + admin bytes variable
1061 SizeT heap_extra_szB;// Heap slop + admin bytes. member in struct:__anon14641
1075 tl_assert(snapshot->heap_extra_szB == 0);
1126 snapshot->heap_extra_szB = 0;
1161 snapshot->heap_extra_szB,
1350 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB;
1355 snapshot->heap_extra_szB = heap_extra_szB;
1413 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB;
1444 snapshot->heap_szB + snapshot->heap_extra_szB
[all...]

Completed in 76 milliseconds