Refactor memory allocators to use dedicated path when moving collection data that is not blittable
#2001 #1920
This commit is contained in:
@@ -11,6 +11,8 @@ public:
|
||||
static FLAXENGINE_API void* Allocate(uintptr size);
|
||||
static FLAXENGINE_API void Free(void* ptr, uintptr size);
|
||||
|
||||
enum { HasSwap = true };
|
||||
|
||||
template<typename T>
|
||||
class Data
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user