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