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([[maybe_unused]] jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::AllocUtil
DOpenjdkJvmTi.cc130 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/jni/
Dlocal_reference_table.cc100 void SmallLrtAllocator::Deallocate(LrtEntry* unneeded, size_t size) { in Deallocate() function in art::jni::SmallLrtAllocator
/art/openjdkjvmti/include/
Djvmti.h1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function