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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h90 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
H A Dunpack.h401 void* temp_alloc(size_t size) { return alloc_heap(size, true, true); } function in struct:unpacker
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1003 HeapWord* *temp_alloc,
1022 (*temp_alloc) = body;
1087 HeapWord* temp_alloc = NULL;
1093 &temp_alloc, THREAD);
1099 if (temp_alloc != NULL) {
1100 FREE_C_HEAP_ARRAY(HeapWord, temp_alloc, mtInternal);

Completed in 253 milliseconds