feat(memory): add FAllocatorInterface and FHeapAllocator

This commit is contained in:
2023-01-24 18:57:45 +08:00
parent c634c2757c
commit febffc453a
4 changed files with 150 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "Templates/Utility.h"
#include "TypeTraits/PrimaryType.h"
#include "TypeTraits/Miscellaneous.h"
#include "Miscellaneous/AssertionMacros.h"
NAMESPACE_REDCRAFT_BEGIN
NAMESPACE_MODULE_BEGIN(Redcraft)