WoodenAllocators - library with basic types of implemented allocators.
Implemented :
- Allocator base class
- Stack allocator
- Linear allocator
- ObjectPool with Freelist allocator
- Debug validation of data for detecting memory leakage and preventing undefined behaviour
- General linked list allocator
- General linked list allocator using auto-balancing RB-tree
Not implemented :
- Added staticsts collector for debuging allocators
- Agregator allocator
- Bucket allocator
Unit-tests : Not implemented yet