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

/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.cpp81 void ResourceMark::free_malloced_objects() { function in class:ResourceMark
82 Arena::free_malloced_objects(_chunk, _hwm, _max, _area->_hwm);
85 void DeoptResourceMark::free_malloced_objects() { function in class:DeoptResourceMark
86 Arena::free_malloced_objects(_chunk, _hwm, _max, _area->_hwm);
H A Dallocation.cpp454 free_malloced_objects(_first, _first->bottom(), end, _hwm);
673 void Arena::free_malloced_objects(Chunk* chunk, char* hwm, char* max, char* hwm2) { function in class:Arena

Completed in 2147 milliseconds