39#ifndef __FixedSizeAllocator_h
40#define __FixedSizeAllocator_h
43#include <SingleList.h>
BA_API void FixedSizeAllocator_constructor(FixedSizeAllocator *o, void *buffer, size_t bufSize, size_t blockSize)
Initialize a fixed-size allocator in caller-provided storage.
Memory allocation and deallocation Interface class.
Definition: AllocatorIntf.h:98
This is a fixed size allocator implementation for the abstract interface class AllocatorIntf.
Definition: FixedSizeAllocator.h:64
FixedSizeAllocator()
Leave storage uninitialized; call FixedSizeAllocator_constructor before use.
Definition: FixedSizeAllocator.h:66