Home | History | Annotate | Download | only in massif

Lines Matching refs:allocation

59 //   The other benchmarks don't do much allocation, and so give similar speeds
105 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
147 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
186 // call tree beneath all the allocation functions like malloc().
304 // custom allocation) there's not much point to having all these alloc
466 // which represents all allocation functions, eg:
468 // - user-specified allocation functions (using --alloc-fn);
469 // - custom allocation (MALLOCLIKE) points
534 // filter the whole stacktrace if this allocation has to be ignored.
538 VERB(4, "ignored allocation from fn %s\n", fnname);
896 // before the second one (which is triggered by the first allocation),
1082 // HP_Chunks, XTree ec 'space' field is incremented (at allocation) and
1151 // Ignored allocation.
1281 // Actually do the allocation, if necessary.
1757 "(page allocation syscalls) mmap/mremap/brk, --alloc-fns, etc."
1758 : "(heap allocation functions) malloc/new/new[], --alloc-fns, etc.",