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