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

/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.cpp64 return (void*)AllocateHeap(byte_size, _memflags);
H A DgrowableArray.hpp90 MEMFLAGS _memflags; // memory type if allocation in C heap member in class:GenericGrowableArray
111 _memflags = flags;
132 _memflags = mtNone;

Completed in 22 milliseconds