Home | History | Annotate | Download | only in massif

Lines Matching full:admin

97 desc: --heap-admin=foo
125 n_events: n time(ms) total(B) useful-heap(B) admin-heap(B) stacks(B)
142 Massif arguments: --heap-admin=foo
154 -------------------------------------------------------------------------------- n time(ms) total(B) useful-heap(B) admin-heap(B) stacks(B)
203 // size, heap admin size and stack size.
277 static SizeT heap_extra_szB = 0; // Live heap extra size -- slop + admin bytes
285 // allocated/deallocated amount; includes heap, heap-admin and stack
426 else if VG_BINT_CLO(arg, "--heap-admin", clo_heap_admin, 0, 1024) {}
470 " --heap-admin=<size> average admin bytes per heap block;\n"
1061 SizeT heap_extra_szB;// Heap slop + admin bytes.
1346 // Heap and heap admin.
2504 clo_heap_admin = 0; // No heap admin on pages.