New placement header
This commit is contained in:
parent
6db1406d68
commit
c4a7f91d56
18 changed files with 28 additions and 4 deletions
6
Allocators/public/NewPlacement.hpp
Normal file
6
Allocators/public/NewPlacement.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Common.hpp"
|
||||
|
||||
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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue