Searched refs:LivenessAllocator (Results 1 – 3 of 3) sorted by relevance
46 LivenessAllocator);49 return ICE_TLS_GET_FIELD(LivenessAllocator); in current()55 ICE_TLS_SET_FIELD(LivenessAllocator, Allocator); in set_current()
169 static void init() { ICE_TLS_INIT_FIELD(LivenessAllocator); }; in init()175 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, LivenessAllocator);179 using LivenessAllocator = sz_allocator<T, LivenessAllocatorTraits>; variable
283 using LivenessVector = std::vector<T, LivenessAllocator<T>>;286 using LivenessBV = BitVectorTmpl<LivenessAllocator>;