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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp261 virtual bool should_allocate(size_t word_size, bool is_tlab) { function in class:DefNewGeneration
H A Dgeneration.hpp255 virtual bool should_allocate(size_t word_size, bool is_tlab) { function in class:Generation
367 return (full || should_allocate(word_size, is_tlab));

Completed in 34 milliseconds