Ioannis Koutras 62c425a792 Proper setting all search policies on runtime. 14 年 前
..
linked_lists 74715a865a Fit percentage for good-fit and search policy per heap is moved to knobs. 14 年 前
CMakeLists.txt 7f7881f6eb Introduced custom_realloc(). 14 年 前
block_header.c a1a9213770 Missed a star. 14 年 前
coalesce.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). 14 年 前
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 年 前
custom_malloc.c 74715a865a Fit percentage for good-fit and search policy per heap is moved to knobs. 14 年 前
custom_realloc.c 7f7881f6eb Introduced custom_realloc(). 14 年 前
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. 14 年 前
initialize_allocator.c 62c425a792 Proper setting all search policies on runtime. 14 年 前
other.c a60756d022 Created options for enabling fixed lists and adaptive functions. 14 年 前
posix_lock.c 5fc32c7e67 All the source files are now released under the Apache 2.0 license. 14 年 前
print_stats.c c7f6a76c1f Small fixes on errors and warnings. 14 年 前
split.c 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). 14 年 前
sys_alloc.c 46fa76b147 Initial support for mmap(). 14 年 前