Ioannis Koutras 50d0b51c8a No need to use ptr pointer, set previous node to null for head only if it exists. пре 14 година
..
linked_lists 50d0b51c8a No need to use ptr pointer, set previous node to null for head only if it exists. пре 14 година
CMakeLists.txt baa748229c Added option to enable / disable stats. пре 14 година
block_header.c d4a491cd35 Got rid of requested_size in case we don't need it. пре 14 година
coalesce.c a85e415824 Set size now takes place along with marking blocks as used/free. пре 14 година
custom_free.c 8f4e91a195 Properly mark free a block when coalescing is not activated. пре 14 година
custom_malloc.c 84e4947ba2 No need to check ptr for NULL before searching the free list if the fixed lists are disabled. пре 14 година
dmm_adaptor.c c7f6a76c1f Small fixes on errors and warnings. пре 14 година
initialize_allocator.c e619ebe5ab Initial support for Leon3 platform. пре 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 8929219116 Fixed major bug in push_block. пре 14 година
sys_alloc.c 8929219116 Fixed major bug in push_block. пре 14 година