Searched refs:AllocateImpl (Results 1 – 3 of 3) sorted by relevance
68 *mem_ptr = AllocateImpl(size); in Allocate()75 unsigned char* AllocUtil::AllocateImpl(jlong size) { in AllocateImpl() function in openjdkjvmti::AllocUtil
54 static unsigned char* AllocateImpl(jlong size);
116 T* result = reinterpret_cast<T*>(AllocUtil::AllocateImpl(n * sizeof(T)));