Searched defs:mtInternal (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DbitMap.hpp360 CHeapBitMap(MEMFLAGS flags = mtInternal) : BitMap(NULL, 0), _flags(flags) {} argument
H A DgrowableArray.hpp167 GrowableArray(int initial_size, bool C_heap = false, MEMFLAGS F = mtInternal) argument
177 GrowableArray(int initial_size, int initial_len, const E& filler, bool C_heap = false, MEMFLAGS memflags = mtInternal) argument
/openjdk10/hotspot/src/share/vm/memory/
H A Dallocation.hpp125 mtInternal = 0x07, // memory used by VM, but does not belong to enumerator in enum:MemoryType

Completed in 54 milliseconds