Searched refs:REALLOC_C_HEAP_ARRAY (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Dset.cpp89 buf = REALLOC_C_HEAP_ARRAY(char,buf,len, mtCompiler); // Reallocate doubled size
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp112 _identities = REALLOC_C_HEAP_ARRAY(char, _identities, new_cap, mtCompiler);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp533 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ macro
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp477 cp = REALLOC_C_HEAP_ARRAY(char, path, len, mtInternal);
741 *bldarray = REALLOC_C_HEAP_ARRAY(char*, *bldarray, *count, mtInternal);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp1018 buffer = REALLOC_C_HEAP_ARRAY(char, buffer, end, mtInternal);

Completed in 46 milliseconds