Ioannis Koutras 50d0b51c8a No need to use ptr pointer, set previous node to null for head only if it exists. 14 anni fa
..
linked_lists 50d0b51c8a No need to use ptr pointer, set previous node to null for head only if it exists. 14 anni fa
CMakeLists.txt baa748229c Added option to enable / disable stats. 14 anni fa
block_header.c d4a491cd35 Got rid of requested_size in case we don't need it. 14 anni fa
coalesce.c a85e415824 Set size now takes place along with marking blocks as used/free. 14 anni fa
custom_free.c 8f4e91a195 Properly mark free a block when coalescing is not activated. 14 anni fa
custom_malloc.c 84e4947ba2 No need to check ptr for NULL before searching the free list if the fixed lists are disabled. 14 anni fa
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. 14 anni fa
initialize_allocator.c e619ebe5ab Initial support for Leon3 platform. 14 anni fa
other.c a60756d022 Created options for enabling fixed lists and adaptive functions. 14 anni fa
posix_lock.c 5fc32c7e67 All the source files are now released under the Apache 2.0 license. 14 anni fa
print_stats.c c7f6a76c1f Small fixes on errors and warnings. 14 anni fa
split.c 8929219116 Fixed major bug in push_block. 14 anni fa
sys_alloc.c 8929219116 Fixed major bug in push_block. 14 anni fa