![]() |
Public API Reference |
![]() |
Classes | |
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... | |
class | csFixedSizeAllocator< Size, Allocator > |
This class implements a memory allocator which can efficiently allocate objects that all have the same size. More... | |
Namespaces | |
namespace | CS |
Main namespace for CrystalSpace. |