Lines Matching refs:New
39 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New);
50 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New);
61 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New,
74 void *Ptr = Allocator.allocate(size, scudo::Chunk::Origin::New,
89 Allocator.deallocate(ptr, scudo::Chunk::Origin::New);
98 Allocator.deallocate(ptr, scudo::Chunk::Origin::New);
107 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size);
116 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0,
128 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0,
140 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size,