Dura2D  v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2BlockAllocator.h File Reference
#include "dura2d/d2api.h"
#include "dura2d/d2Types.h"

Go to the source code of this file.

Classes

class  d2BlockAllocator
 The d2BlockAllocator class is responsible for managing memory allocation and deallocation. It maintains a list of free blocks of different sizes, and can allocate and deallocate blocks of memory. More...
 

Variables

constexpr int d2_blockSizeCount = 14
 

Variable Documentation

◆ d2_blockSizeCount

int d2_blockSizeCount = 14
constexpr