Home
last modified time | relevance | path

Searched refs:AllocateImpl (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_allocator.cc68 *mem_ptr = AllocateImpl(size); in Allocate()
75 unsigned char* AllocUtil::AllocateImpl(jlong size) { in AllocateImpl() function in openjdkjvmti::AllocUtil
Dti_allocator.h54 static unsigned char* AllocateImpl(jlong size);
Djvmti_allocator.h116 T* result = reinterpret_cast<T*>(AllocUtil::AllocateImpl(n * sizeof(T)));