Lines Matching refs:allocator
65 static void* operator new(size_t size, LinearAllocator& allocator) {66 return allocator.alloc(size);