Historie revizí

Autor SHA1 Zpráva Datum
  Ioannis Koutras 9495c12fa5 Support to change search policy on design time and/or runtime. před 13 roky
  Ioannis Koutras 46fa76b147 Initial support for mmap(). před 13 roky
  Ioannis Koutras 96947a5b50 Good-fit initial implementation. před 13 roky
  Ioannis Koutras 394d0fb84e Added ability to replace the realloc() call with the dmmlib one. před 13 roky
  Ioannis Koutras 1708f3e6ba Simplified some options on Linux test, introduced option to replace the classic function calls with dmmlib ones. před 13 roky
  Ioannis Koutras 289b835f96 Fixed a small typo on Doxygen před 13 roky
  Ioannis Koutras 622b51c236 Don't show stats or error messages if sbrk fails and PRINT_STATS is not enabled. před 13 roky
  Ioannis Koutras b2e3d1c18e Added readme file. před 13 roky
  Ioannis Koutras 7f7881f6eb Introduced custom_realloc(). před 13 roky
  Ioannis Koutras 899a89adbf Fixed remove_block() for fixed lists. před 13 roky
  Ioannis Koutras 28552fef31 Fixed some old calls in split() and moved some unused local variables in split() and coalesce(). před 13 roky
  Ioannis Koutras 0533faeb5e More specialized tests on space-aware allocators. před 13 roky
  Ioannis Koutras d301b9ca3d Reset the allocator's border pointer in case it is next_block and will be coalesced with the current block. před 13 roky
  Ioannis Koutras 843e595494 Remove next_block from fixed / free list in case it is required during coalescing. před 13 roky
  Ioannis Koutras 872b47f270 Introduced a way to remove blocks from both fixed and the free lists of a heap. před 13 roky
  Ioannis Koutras d6e611f46c Initial support for coalescing three blocks. před 13 roky
  Ioannis Koutras a1a9213770 Missed a star. před 13 roky
  Ioannis Koutras 781f8072c3 Introduce is_free() and get_dlnext() to allow coalescing the current and next block. před 13 roky
  Ioannis Koutras c60c7e5bae Update set_size_and_used() and set_size_and_free() calls to use the allocator argument. před 13 roky
  Ioannis Koutras 5abecf9dfd set_size_and_free() and set_size_and_free() should also update the previous_size of the next block if the latter exists. před 13 roky
  Ioannis Koutras 436a550e8d No need for stdio.h on coalesce.c před 13 roky
  Ioannis Koutras ee4b032338 mark_used() and mark_free() now properly mark the previous_size record of the next block if there is one. před 13 roky
  Ioannis Koutras 89ce612d97 It is safe to use bool datatypes in Leon3 platform. před 13 roky
  Ioannis Koutras 6312088e35 Prevent overflow of new_size, check if new_size is also equal to min_split_size, mark block as used regardless of splitting's activation. před 13 roky
  Ioannis Koutras 16ad57625b Block is always marked used as used, no need to mark it inside a split try. před 13 roky
  Ioannis Koutras 1b99b0d3e0 Check for owner before coalescing only if block has ownsership information. před 13 roky
  Ioannis Koutras 5a1c9e8c2a CMake will now complain if the user does not set min. splitting and max. coalescing sizes. před 13 roky
  Ioannis Koutras 77e944ace9 Print the coalescing and splitting sizes during cmake configuration. před 13 roky
  Ioannis Koutras beb0dcc26d Disabled used blocks head and roving pointer for the time being. před 13 roky
  Ioannis Koutras 2b39847c8b Formalized two tests in examples/test_for_memory_space_aware.c před 13 roky