#include "DEMOSDK\BASTYPES.H"
Go to the source code of this file.
Data Structures | |
| struct | RINGallocator |
Macros | |
| #define | RINGallocatorDump(A, B) |
| #define | RINGallocatorList(A, B, C) |
| #define | RINGallocatorCheck(A) |
| #define | RINGallocatorUnitTest() |
Functions | |
| void | RINGallocatorInit (RINGallocator *_m, void *_buffer, u32 _size) |
| void * | RINGallocatorAlloc (RINGallocator *_m, u32 _size) |
| void | RINGallocatorFree (RINGallocator *_m, void *_address) |
| void | RINGallocatorReset (RINGallocator *_m) |
| bool | RINGallocatorIsEmpty (RINGallocator *_m) |
1.8.8