37#ifndef __FixedSizeAllocator_h
38#define __FixedSizeAllocator_h
40#include <BaServerLib.h>
41#include <SingleList.h>
87inline FixedSizeAllocator::FixedSizeAllocator(
void* buffer,
90 FixedSizeAllocator_constructor(
this, buffer, bufSize, blockSize);
Memory allocation and deallocation Interface class.
Definition: AllocatorIntf.h:83
This is a fixed size allocator implementation for the abstract interface class AllocatorIntf.
Definition: FixedSizeAllocator.h:58