| .. |
|
linked_lists
|
0042ec6b35
Implemented faster remove_block() for doubly linked lists.
|
14 years ago |
|
CMakeLists.txt
|
caa5ae3815
Initial support for printing stats.
|
14 years ago |
|
block_header.c
|
969a004a64
Initial support for doubly linked lists, unified linked lists source files.
|
14 years ago |
|
coalesce.c
|
969a004a64
Initial support for doubly linked lists, unified linked lists source files.
|
14 years ago |
|
custom_free.c
|
b88cc334a6
Keep better track of mem_allocated and mem_requested.
|
14 years ago |
|
custom_malloc.c
|
b88cc334a6
Keep better track of mem_allocated and mem_requested.
|
14 years ago |
|
dmm_adaptor.c
|
6deb92f82a
mem_reserved and mem_allocated are actually the same variable that needs to be tracked.
|
14 years ago |
|
initialize_allocator.c
|
969a004a64
Initial support for doubly linked lists, unified linked lists source files.
|
14 years ago |
|
other.c
|
c263d553aa
map_thread_heap() is not needed on memory space aware allocators.
|
14 years ago |
|
posix_lock.c
|
5fc32c7e67
All the source files are now released under the Apache 2.0 license.
|
14 years ago |
|
print_stats.c
|
caa5ae3815
Initial support for printing stats.
|
14 years ago |
|
split.c
|
6e53d0f490
Refactored the code to push block on a list's head.
|
14 years ago |
|
sys_alloc.c
|
31c30c9dc0
Print statistics on no free space errors.
|
14 years ago |