demOS
 All Data Structures Files Modules Pages
Data Structures | Macros | Functions
ALLOC.H File Reference

RING More...

#include "DEMOSDK\BASTYPES.H"
Include dependency graph for ALLOC.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)
 

Detailed Description

RING