Searched refs:MallocMem (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/services/ | ||
H A D | memBaseline.hpp | 136 class MallocMem : public _ValueObj { class in inherits:_ValueObj 144 MallocMem() { function in class:MallocMem 150 MallocMem(MEMFLAGS flags) { function in class:MallocMem 167 MallocMem& operator=(const MallocMem& m) { 206 class ArenaMem : public MallocMem { 208 ArenaMem(MEMFLAGS typeflag): MallocMem(typeflag) { 315 MallocMem _malloc_data[NUMBER_OF_MEMORY_TYPE]; |
Completed in 59 milliseconds