Searched defs:heap_start (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp590 uintptr_t heap_start = (uintptr_t) heap->_reserved.start(); local
597 assert(heap_start >= ((uintptr_t)NULL + epsilon), "sanity");
598 void* before_heap = (void*)(heap_start - epsilon);

Completed in 23 milliseconds