Lines Matching refs:Chunk
39 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New); in operator new()
44 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
50 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New); in operator new()
56 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
61 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new()
67 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
74 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new()
81 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
89 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
93 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
98 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
103 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
107 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size); in operator delete()
111 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]()
116 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
122 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
128 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
134 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
140 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size, in operator delete()
146 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()