Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
IAllocator.h File Reference
#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)
 

Macro Definition Documentation

◆ ECS__I_ALLOC_H__

#define ECS__I_ALLOC_H__

Definition at line 13 of file IAllocator.h.