Module vibe.utils.memory
Utility 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
Name | Description |
---|---|
allocArray
|
|
allocObject
|
|
defaultAllocator
|
|
manualAllocator
|
Interfaces
Name | Description |
---|---|
Allocator
|
Classes
Name | Description |
---|---|
AutoFreeListAllocator
|
|
DebugAllocator
|
|
FreeListAlloc
|
|
GCAllocator
|
|
MallocAllocator
|
|
PoolAllocator
|
Structs
Name | Description |
---|---|
FreeListRef
|
Templates
Name | Description |
---|---|
AllocSize
|
|
FreeListObjectAlloc
|
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.