Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_allocator.cc83 jvmtiError AllocUtil::Deallocate(jvmtiEnv* env ATTRIBUTE_UNUSED, unsigned char* mem) { in Deallocate() function in openjdkjvmti::AllocUtil
DOpenjdkJvmTi.cc136 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::JvmtiFunctions
/art/test/ti-agent/
Djvmti_helper.h75 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc38 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
/art/openjdkjvmti/include/
Djvmti.h1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function