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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp41 _buckets = NEW_C_HEAP_ARRAY2(HashtableBucket<F>, table_size, F, CURRENT_PC);
H A Dhashtable.cpp58 _first_free_entry = NEW_C_HEAP_ARRAY2(char, len, F, CURRENT_PC);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp543 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ macro
550 NEW_C_HEAP_ARRAY2(type, 1, memflags, pc)

Completed in 34 milliseconds