![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "API.h"
Go to the source code of this file.
Classes | |
class | ECS::Memory::Allocator::IAllocator |
Namespaces | |
namespace | ECS |
namespace | ECS::Memory |
namespace | ECS::Memory::Allocator |
Macros | |
#define | ECS__I_ALLOC_H__ |
Functions | |
static void * | ECS::Memory::Allocator::AlignForward (void *address, u8 alignment) |
static u8 | ECS::Memory::Allocator::GetAdjustment (const void *address, u8 alignment) |
static u8 | ECS::Memory::Allocator::GetAdjustment (const void *address, u8 alignment, u8 extra) |
#define ECS__I_ALLOC_H__ |
Definition at line 13 of file IAllocator.h.