Searched refs:allocate_impl (Results 1 - 2 of 2) 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());
H A Dspace.hpp803 inline HeapWord* allocate_impl(size_t word_size, HeapWord* end_value);

Completed in 34 milliseconds