Searched refs:ReallocateHeap (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Dset.cpp104 buf = (char*)ReallocateHeap(buf,len, mtCompiler); // Reallocate doubled size
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.inline.hpp65 inline char* ReallocateHeap(char *old, size_t size, MEMFLAGS flags, function
69 if (PrintMallocFree) trace_heap_malloc(size, "ReallocateHeap", p);
72 vm_exit_out_of_memory(size, "ReallocateHeap");
H A Dallocation.hpp534 (type*) (ReallocateHeap((char*)old, (size) * sizeof(type), memflags))
547 (type*) (ReallocateHeap((char*)old, (size) * sizeof(type), memflags, pc))

Completed in 32 milliseconds