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