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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp165 size_t returned_bytes() const { return _returned_bytes; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp286 size_t returned_bytes() const { return _allocation_stats.returned_bytes(); } function in class:VALUE_OBJ_CLASS_SPEC
289 _allocation_stats.set_returned_bytes(_allocation_stats.returned_bytes() + v);

Completed in 30 milliseconds