Ioannis Koutras 62c425a792 Proper setting all search policies on runtime. 14 anni fa
..
linked_lists 74715a865a Fit percentage for good-fit and search policy per heap is moved to knobs. 14 anni fa
CMakeLists.txt 7f7881f6eb Introduced custom_realloc(). 14 anni fa
block_header.c a1a9213770 Missed a star. 14 anni fa
coalesce.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). 14 anni fa
custom_free.c d301b9ca3d Reset the allocator's border pointer in case it is next_block and will be coalesced with the current block. 14 anni fa
custom_malloc.c 74715a865a Fit percentage for good-fit and search policy per heap is moved to knobs. 14 anni fa
custom_realloc.c 7f7881f6eb Introduced custom_realloc(). 14 anni fa
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. 14 anni fa
initialize_allocator.c 62c425a792 Proper setting all search policies on runtime. 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 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). 14 anni fa
sys_alloc.c 46fa76b147 Initial support for mmap(). 14 anni fa