Searched defs:mem_allocate (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsPermGen.cpp53 HeapWord* CMSPermGen::mem_allocate(size_t size) { function in class:CMSPermGen
/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp138 HeapWord* CompactingPermGen::mem_allocate(size_t size) { function in class:CompactingPermGen
H A DgenCollectedHeap.cpp427 HeapWord* GenCollectedHeap::mem_allocate(size_t size, function in class:GenCollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp384 // the basic allocation policy is unable to satisfy a mem_allocate
392 // This method must handle cases where many mem_allocate requests fail
397 HeapWord* ParallelScavengeHeap::mem_allocate( function in class:ParallelScavengeHeap
501 gclog_or_tty->print_cr("ParallelScavengeHeap::mem_allocate: "
519 warning("ParallelScavengeHeap::mem_allocate retries %d times \n\t"
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp72 // serialized by acquiring the HeapLock. This happens in mem_allocate
865 G1CollectedHeap::mem_allocate(size_t word_size, function in class:G1CollectedHeap
908 warning("G1CollectedHeap::mem_allocate retries %d times", try_count);

Completed in 59 milliseconds