Searched defs:allocation_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp457 // new or delete (allocation_type is unknown). If new is used to allocate,
461 enum allocation_type { STACK_OR_EMBEDDED = 0, RESOURCE_AREA, C_HEAP, ARENA, allocation_mask = 0x3 }; enum in class:ALLOCATION_SUPER_CLASS_SPEC
462 static void set_allocation_type(address res, allocation_type type) NOT_DEBUG_RETURN;
466 // called but garbage on stack may look like a valid allocation_type.
472 allocation_type get_allocation_type() const;
484 void* operator new(size_t size, allocation_type type, MEMFLAGS flags);

Completed in 32 milliseconds