Lines Matching defs:allocation
26 #include "memory/allocation.hpp"
27 #include "memory/allocation.inline.hpp"
62 // new(size) sets allocation type RESOURCE_AREA.
80 // Set allocation type in the resource object
81 uintptr_t allocation = (uintptr_t)res;
82 assert((allocation & allocation_mask) == 0, "address should be aligned to 4 bytes at least");
83 assert(type <= allocation_mask, "incorrect allocation type");
85 resobj->_allocation_t[0] = ~(allocation + type);
349 // clear out this chunk (to detect allocation bugs)
709 fatal("allocation bug: array could grow within nested ResourceMark");