Searched refs:set_returned_bytes (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.hpp220 void set_returned_bytes(size_t v) { _allocation_stats.set_returned_bytes(v); } function in class:AdaptiveFreeList
222 _allocation_stats.set_returned_bytes(_allocation_stats.returned_bytes() + v);
H A DallocationStats.hpp165 void set_returned_bytes(size_t v) { _returned_bytes = v; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcompactibleFreeListSpace.cpp288 _indexedFreeList[i].allocation_stats()->set_returned_bytes(0);
/openjdk10/hotspot/src/share/vm/memory/
H A DfreeList.hpp144 void set_returned_bytes(size_t v) {} function in class:VALUE_OBJ_CLASS_SPEC
H A DbinaryTreeDictionary.cpp1062 fl->set_returned_bytes(0);

Completed in 95 milliseconds