Searched defs:Deallocate (Results 1 – 5 of 5) sorted by relevance
83 jvmtiError AllocUtil::Deallocate(jvmtiEnv* env ATTRIBUTE_UNUSED, unsigned char* mem) { in Deallocate() function in openjdkjvmti::AllocUtil
136 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
1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function