Module vibe.utils.memory

Utiltiy functions for memory management

Note that this module currently is a big sand box for testing allocation related stuff. Nothing here, including the interfaces, is final but rather a lot of experimentation.

Functions

Function name Description
allocArray
allocObject
defaultAllocator
manualAllocator

Interfaces

Interface name Description
Allocator

Classes

Class name Description
AutoFreeListAllocator
DebugAllocator
FreeListAlloc
GCAllocator
MallocAllocator
PoolAllocator

Structs

Struct name Description
FreeListRef

Templates

Template name Description
AllocSize
FreeListObjectAlloc

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.