Searched defs:Allocate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.cpp39 // Caveat: Allocate() and Release() may be called from threads
41 // If we need to call Allocate() when running as the thread in
56 ParkEvent * ParkEvent::Allocate (Thread * t) { function in class:ParkEvent
102 // A 2nd thread calling Allocate() would see FreeList == null.
161 Parker * Parker::Allocate (JavaThread * t) { function in class:Parker
207 // then stall. Another thread calling Allocate() would see
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp204 bool Allocate(int requestedBufferSize, int extraBytes) { function in class:RingBuffer
212 ERROR0("RingBuffer::Allocate: OUT OF MEMORY\n");
223 TRACE2("RingBuffer::Allocate: OK, bufferSize=%d, allocated:%d\n", nBufferSize, nAllocatedBytes);
919 if (!device->ringBuffer.Allocate(bufferSizeInBytes, extraBufferBytes)) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp125 JvmtiEnv::Allocate(jlong size, unsigned char** mem_ptr) { function in class:JvmtiEnv
127 } /* end Allocate */
1171 // Allocate memory to store global-refs to the thread groups.
2250 // Allocate the result and fill it in
2314 // Allocate the result and fill it in
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1244 /* 46 : Allocate */
1245 jvmtiError (JNICALL *Allocate) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1791 jvmtiError Allocate(jlong size, function in struct:_jvmtiEnv
1793 return functions->Allocate(this, size, mem_ptr);

Completed in 64 milliseconds