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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp461 enum allocation_type { STACK_OR_EMBEDDED = 0, RESOURCE_AREA, C_HEAP, ARENA, allocation_mask = 0x3 }; enumerator in enum:ALLOCATION_SUPER_CLASS_SPEC::allocation_type
473 bool allocated_on_stack() const { return get_allocation_type() == STACK_OR_EMBEDDED; }

Completed in 31 milliseconds