CrystalSpace

Public API Reference

csutil/blockallocator.h File Reference

Generic Memory Block Allocator. More...

#include "csutil/fixedsizeallocator.h"
#include "csutil/metautils.h"
#include "csutil/custom_new_disable.h"
#include "csutil/custom_new_enable.h"

Go to the source code of this file.

Classes

class  CS::Memory::BlockAllocatorSafe< T, Allocator, ObjectDispose, SizeComputer >
 Thread-safe allocator for objects of a class. More...
class  csBlockAllocator< T, Allocator, ObjectDispose, SizeComputer >
 This class implements a memory allocator which can efficiently allocate objects that all have the same size. More...
class  csBlockAllocatorDisposeDelete< T >
 Block allocator disposal mixin that just destructs an instance. More...
class  csBlockAllocatorDisposeLeaky< T >
 Block allocator disposal mixin that destructs, unless upon final cleanup, where a warning is emitted stating that objects leaked. More...

Namespaces

namespace  CS
 

Main namespace for CrystalSpace.


namespace  CS::Memory
 

Memory allocation.



Detailed Description

Generic Memory Block Allocator.

Definition in file blockallocator.h.


Generated for Crystal Space 2.0 by doxygen 1.6.1