Add memory allocation API with templated C++ delegates & minor fixups #1123
@@ -373,7 +373,6 @@ YG_EXTERN_C_END
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <type_traits>
|
|
||||||
|
|
||||||
// Templated delegates for YGMemoryAllocate & YGMemoryFree, so we don't have to
|
// Templated delegates for YGMemoryAllocate & YGMemoryFree, so we don't have to
|
||||||
// cast nor pass in the size of the allocated chunk of memory explicitly.
|
// cast nor pass in the size of the allocated chunk of memory explicitly.
|
||||||
|
Reference in New Issue
Block a user