Go to the documentation of this file.
52 void RINGallocatorInit (
RINGallocator* _m,
void* _buffer, u32 _size);
61 u32 RINGallocatorList (
RINGallocator* _m,
void** _list, u32 _maxSize);
66 # define RINGallocatorDump(A, B)
67 # define RINGallocatorList(A, B, C)
68 # define RINGallocatorCheck(A)
75 void RINGallocatorUnitTest (
void);
79 # define RINGallocatorUnitTest()