Searched defs:Deallocate (Results 1 – 6 of 6) sorted by relevance
83 jvmtiError AllocUtil::Deallocate([[maybe_unused]] jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::AllocUtil
130 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::JvmtiFunctions
75 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
38 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
100 void SmallLrtAllocator::Deallocate(LrtEntry* unneeded, size_t size) { in Deallocate() function in art::jni::SmallLrtAllocator
1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function