Searched refs:mtChunk (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp209 if (p == NULL) p = os::malloc(bytes, mtChunk, CURRENT_PC);
254 os::free(cur, mtChunk);
321 void *p = os::malloc(bytes, mtChunk, CALLER_PC);
336 default: os::free(c, mtChunk);
593 return (*save = (char*)os::malloc(size, mtChunk));
H A Dallocation.hpp141 mtChunk = 0x0B00, // chunk that holds content of arenas enumerator in enum:MemoryType
235 class Chunk: CHeapObj<mtChunk> {
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp45 {mtChunk, "Pooled Free Chunks"},
147 index = flag2index(mtChunk);
H A DmemReporter.cpp344 if (type != mtChunk) {
537 if (type != mtChunk) {

Completed in 37 milliseconds