Searched refs:_use_malloc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp115 _use_malloc = _size < ArrayAllocatorMallocLimit;
117 if (_use_malloc) {
121 _use_malloc = false;
143 if (_use_malloc) {
H A Dallocation.hpp597 bool _use_malloc; member in class:VALUE_OBJ_CLASS_SPEC
602 _addr(NULL), _use_malloc(false), _size(0), _free_in_destructor(free_in_destructor) { }

Completed in 138 milliseconds