Home
last modified time | relevance | path

Searched defs:Deallocate (Results 1 – 6 of 6) 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/runtime/
Dindirect_reference_table.cc110 void SmallIrtAllocator::Deallocate(IrtEntry* unneeded) { in Deallocate() function in art::SmallIrtAllocator
/art/openjdkjvmti/include/
Djvmti.h1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function