New placement header
This commit is contained in:
parent
f52b351cac
commit
aaa08e4495
18 changed files with 28 additions and 4 deletions
|
|
@ -11,9 +11,6 @@ namespace tp {
|
|||
extern ModuleManifest gModuleAllocators;
|
||||
}
|
||||
|
||||
inline void* operator new(std::size_t aSize, void* aWhere) noexcept { return aWhere; }
|
||||
inline void* operator new[](std::size_t aSize, void* aWhere) noexcept { return aWhere; }
|
||||
|
||||
void* operator new(std::size_t aSize);
|
||||
void* operator new[](std::size_t aSize);
|
||||
void operator delete(void* aPtr) noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue