Searched refs:trace_heap_malloc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp32 void trace_heap_malloc(size_t size, const char* name, void *p);
58 if (PrintMallocFree) trace_heap_malloc(size, "AllocateHeap", p);
69 if (PrintMallocFree) trace_heap_malloc(size, "ReallocateHeap", p);
88 if (PrintMallocFree) trace_heap_malloc(size, "CHeapObj-new", p);
99 if (PrintMallocFree) trace_heap_malloc(size, "CHeapObj-new", p);
H A Dallocation.cpp156 void trace_heap_malloc(size_t size, const char* name, void* p) { function
429 if (PrintMallocFree) trace_heap_malloc(size, "Arena-new", p);
439 if (PrintMallocFree) trace_heap_malloc(size, "Arena-new", p);

Completed in 23 milliseconds