Searched defs:RESOURCE_AREA (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
474 bool allocated_on_res_area() const { return get_allocation_type() == RESOURCE_AREA; }
492 DEBUG_ONLY(set_allocation_type(res, RESOURCE_AREA);)
498 DEBUG_ONLY(if (res != NULL) set_allocation_type(res, RESOURCE_AREA);)

Completed in 98 milliseconds