Searched defs:AllocationSlot (Results 1 – 1 of 1) sorted by relevance
341 struct AllocationSlot struct343 AllocationCallbackRecord record;344 bool isLive;346 AllocationSlot(void) : isLive(false) in AllocationSlot() function350 …AllocationSlot(const AllocationCallbackRecord &record_, bool isLive_) : record(record_), isLive(is… in AllocationSlot() argument