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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp76 inline void FreeHeap(void* p, MEMFLAGS memflags = mtInternal) { argument
H A Dallocation.hpp135 mtInternal = 0x0700, // memory used by VM, but does not belong to enumerator in enum:MemoryType
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp165 GrowableArray(int initial_size, bool C_heap = false, MEMFLAGS F = mtInternal) argument
171 GrowableArray(int initial_size, int initial_len, const E& filler, bool C_heap = false, MEMFLAGS memflags = mtInternal) argument

Completed in 24 milliseconds