Searched refs:internal_malloc_4 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp77 char** save = (char**)internal_malloc_4(sizeof(char*));
H A Dallocation.cpp592 char** save = (char**)internal_malloc_4(sizeof(char*));
597 void* Arena::internal_malloc_4(size_t x) { function in class:Arena
599 check_for_overflow(x, "Arena::internal_malloc_4");
H A Dallocation.hpp299 debug_only(void* internal_malloc_4(size_t x);)
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp262 oop* handle = (oop*) (UseMallocOnly ? internal_malloc_4(oopSize) : Amalloc_4(oopSize));

Completed in 36 milliseconds