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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkMemoryManager.cpp96 uint8_t* SharkMemoryManager::allocateGlobal(uintptr_t Size, function in class:SharkMemoryManager
98 return mm()->allocateGlobal(Size, Alignment);

Completed in 57 milliseconds