Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/operatornew
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include | #include "Containers/ChunkedArray.h" |
template<typename T, uint32 TargetBytesPerChunk, typename AllocatorType>
void * operator new
(
size_t Size,
TChunkedArray < T, TargetBytesPerChunk, AllocatorType > & ChunkedArray
)