Ioannis Koutras 7f7881f6eb Introduced custom_realloc(). před 14 roky
..
linked_lists 899a89adbf Fixed remove_block() for fixed lists. před 14 roky
CMakeLists.txt 7f7881f6eb Introduced custom_realloc(). před 14 roky
block_header.c a1a9213770 Missed a star. před 14 roky
coalesce.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). před 14 roky
custom_free.c d301b9ca3d Reset the allocator's border pointer in case it is next_block and will be coalesced with the current block. před 14 roky
custom_malloc.c ee4b032338 mark_used() and mark_free() now properly mark the previous_size record of the next block if there is one. před 14 roky
custom_realloc.c 7f7881f6eb Introduced custom_realloc(). před 14 roky
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. před 14 roky
initialize_allocator.c 89ce612d97 It is safe to use bool datatypes in Leon3 platform. před 14 roky
other.c a60756d022 Created options for enabling fixed lists and adaptive functions. před 14 roky
posix_lock.c 5fc32c7e67 All the source files are now released under the Apache 2.0 license. před 14 roky
print_stats.c c7f6a76c1f Small fixes on errors and warnings. před 14 roky
split.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). před 14 roky
sys_alloc.c c60c7e5bae Update set_size_and_used() and set_size_and_free() calls to use the allocator argument. před 14 roky