Home
last modified time | relevance | path

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

/art/test/ti-agent/
Djvmti_helper.h67 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc121 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::JvmtiFunctions
/art/runtime/openjdkjvmti/include/
Djvmti.h1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function