• Home
  • Raw
  • Download

Lines Matching full:origin

25   return Allocator.allocate(size, scudo::Chunk::Origin::New);  in operator new()
28 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
32 return Allocator.allocate(size, scudo::Chunk::Origin::New); in operator new()
36 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
39 return Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new()
43 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
48 return Allocator.allocate(size, scudo::Chunk::Origin::New, in operator new()
53 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
58 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
61 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
65 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
69 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
72 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size); in operator delete()
75 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]()
79 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
84 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
89 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
94 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
99 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size, in operator delete()
104 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()