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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp133 ssize_t coal_desired() const { return _coal_desired; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp188 ssize_t coal_desired() const { function in class:VALUE_OBJ_CLASS_SPEC
189 return _allocation_stats.coal_desired();

Completed in 22 milliseconds