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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp145 char* area_bottom; // preallocated area for pnodes member in class:ThreadProfiler
H A Dfprofiler.cpp73 area_bottom = AllocateHeap(area_size, mtInternal);
74 area_top = area_bottom;
75 area_limit = area_bottom + area_size;
84 FreeHeap(area_bottom);
85 area_bottom = NULL;
1479 tty->print_cr("Node area used: %dKb", (area_top - area_bottom) / 1024);

Completed in 34 milliseconds