kiba-engine
|
Files | |
file | allocator.c [code] |
Base allocator implementation. | |
file | allocator.h [code] |
Central header providing allocator functionality. | |
file | free_list.c [code] |
Free list based allocator implementation. | |
file | free_list.h [code] |
Function signatures for free list based allocator implementation. | |
file | linear.c [code] |
Linear allocator implementation. | |
file | linear.h [code] |
Function signatures for linear allocator implementation. | |
file | system.c [code] |
System allocator implementation. | |
file | system.h [code] |
Function signatures for system allocator implementation. | |