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

/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.cpp54 return (void*)AllocateHeap(byte_size, _memflags);
H A DgrowableArray.hpp89 MEMFLAGS _memflags; // memory type if allocation in C heap member in class:GenericGrowableArray
110 _memflags = flags;
131 _memflags = mtNone;

Completed in 88 milliseconds