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

/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp832 inline HeapWord* ContiguousSpace::allocate_impl(size_t size, function in class:ContiguousSpace
877 return allocate_impl(size, end());
924 return allocate_impl(size, soft_end());

Completed in 34 milliseconds