Searched defs:Deallocate (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp197 Deallocate();
227 void Deallocate() { function in class:RingBuffer
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp132 JvmtiEnv::Deallocate(unsigned char* mem) { function in class:JvmtiEnv
134 } /* end Deallocate */
3407 Deallocate((unsigned char*)*property_ptr+j);
3409 Deallocate((unsigned char*)property_ptr);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1249 /* 47 : Deallocate */
1250 jvmtiError (JNICALL *Deallocate) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1796 jvmtiError Deallocate(unsigned char* mem) { function in struct:_jvmtiEnv
1797 return functions->Deallocate(this, mem);

Completed in 75 milliseconds