#include "alloc_func.hpp"
Go to the source code of this file.
Data Structures | |
struct | SmallStackSafeStackAlloc< T, length > |
A small 'wrapper' for allocations that can be done on most OSes on the stack, but are just too large to fit in the stack on devices with a small stack such as the NDS. More... | |
class | ZeroedMemoryAllocator |
Base class that provides memory initialization on dynamically created objects. More... |
Definition in file alloc_type.hpp.