Home
last modified time | relevance | path

Searched refs:mem_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_allocator.cc61 unsigned char** mem_ptr) { in Allocate() argument
65 *mem_ptr = nullptr; in Allocate()
68 *mem_ptr = AllocateImpl(size); in Allocate()
69 if (UNLIKELY(*mem_ptr == nullptr)) { in Allocate()
Dti_allocator.h48 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr);
DOpenjdkJvmTi.cc126 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr) { in Allocate() argument
132 ENSURE_NON_NULL(mem_ptr); in Allocate()
133 return AllocUtil::Allocate(env, size, mem_ptr); in Allocate()
/art/openjdkjvmti/include/
Djvmti.h1247 unsigned char** mem_ptr);
1792 unsigned char** mem_ptr) { in Allocate()
1793 return functions->Allocate(this, size, mem_ptr); in Allocate()