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

/art/test/ti-agent/
H A Djvmti_helper.h51 jvmtiError ret = env_->Deallocate(ptr);
67 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { function in namespace:art
68 return env->Deallocate(reinterpret_cast<unsigned char*>(mem));
/art/runtime/openjdkjvmti/
H A DOpenjdkJvmTi.cc121 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem) { function in class:openjdkjvmti::JvmtiFunctions
1793 JvmtiFunctions::Deallocate,
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1249 /* 47 : Deallocate */
1250 jvmtiError (JNICALL *Deallocate) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1796 jvmtiError Deallocate(unsigned char* mem) { function in struct:_jvmtiEnv
1797 return functions->Deallocate(this, mem);

Completed in 102 milliseconds