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

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

Completed in 30 milliseconds