Home | History | Annotate | Download | only in main

Lines Matching full:heap

52 n-i-bz  Massif: don't assert on shmat() with --pages-as-heap=yes
84 * A new experimental heap profiler, DHAT.
150 * Massif has a new option, --pages-as-heap, which is disabled by
152 of heap blocks (as allocated with malloc/new/new[]), it instead
155 Interpreting the page-level output is harder than the heap-level
174 describe thread-safe reference counted heap objects have also been
181 * A new experimental heap profiler, DHAT (Dynamic Heap Analysis Tool),
182 has been added. DHAT keeps track of allocated heap blocks, and also
1001 the origin of the value, as either a heap or stack allocation.
1057 arbitrarily far out-of-bounds accesses to heap blocks, and it can
1058 detect accesses heap blocks that have been freed a very long time
1393 132950 Heap alloc/usage summary
2159 - Programs that allocate many heap blocks may run faster, due to
2459 tell you in detail where and when your C/C++ code is allocating heap.
2681 tell you in detail where and when your C/C++ code is allocating heap.