Ioannis Koutras 622b51c236 Don't show stats or error messages if sbrk fails and PRINT_STATS is not enabled. hace 14 años
..
linked_lists 899a89adbf Fixed remove_block() for fixed lists. hace 14 años
CMakeLists.txt 7f7881f6eb Introduced custom_realloc(). hace 14 años
block_header.c a1a9213770 Missed a star. hace 14 años
coalesce.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). hace 14 años
custom_free.c d301b9ca3d Reset the allocator's border pointer in case it is next_block and will be coalesced with the current block. hace 14 años
custom_malloc.c ee4b032338 mark_used() and mark_free() now properly mark the previous_size record of the next block if there is one. hace 14 años
custom_realloc.c 7f7881f6eb Introduced custom_realloc(). hace 14 años
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. hace 14 años
initialize_allocator.c 89ce612d97 It is safe to use bool datatypes in 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 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). hace 14 años
sys_alloc.c 622b51c236 Don't show stats or error messages if sbrk fails and PRINT_STATS is not enabled. hace 14 años