Lines Matching refs:allocator
67 static void* operator new(size_t size, LinearAllocator& allocator) {70 return allocator.alloc<char>(size);