Commit History

Author SHA1 Message Date
  Ioannis Koutras be8f926649 Change Linux CMake target defaults for testing memory-space aware allocators. 13 years ago
  Ioannis Koutras 78c294d000 Fix: mmap() support was enabled in all cases. 13 years ago
  Ioannis Koutras 73b89b770f Enable sbrk() as an option. 13 years ago
  Ioannis Koutras 4d8296f4e6 Simplified the enabling the statistics. 13 years ago
  Ioannis Koutras e504bfc83a Memory access stats are now enabled on COUNT_ACCESSES flag. 14 years ago
  Ioannis Koutras b7a7a25862 Disable coalescing and enable hops counting by default on Leon3. 14 years ago
  Ioannis Koutras e75aad8541 New feature: Count hops. 14 years ago
  Ioannis Koutras 973d9cae07 Declare the fit percentage as a float. 14 years ago
  Ioannis Koutras 74715a865a Fit percentage for good-fit and search policy per heap is moved to knobs. 14 years ago
  Ioannis Koutras 9495c12fa5 Support to change search policy on design time and/or runtime. 14 years ago
  Ioannis Koutras 46fa76b147 Initial support for mmap(). 14 years ago
  Ioannis Koutras 96947a5b50 Good-fit initial implementation. 14 years ago
  Ioannis Koutras 1708f3e6ba Simplified some options on Linux test, introduced option to replace the classic function calls with dmmlib ones. 14 years ago
  Ioannis Koutras 7f7881f6eb Introduced custom_realloc(). 14 years ago
  Ioannis Koutras 436a550e8d No need for stdio.h on coalesce.c 14 years ago
  Ioannis Koutras 5a1c9e8c2a CMake will now complain if the user does not set min. splitting and max. coalescing sizes. 14 years ago
  Ioannis Koutras e4f1e721cc Enable ownership information on block header if required. 14 years ago
  Ioannis Koutras e619ebe5ab Initial support for Leon3 platform. 14 years ago
  Ioannis Koutras baa748229c Added option to enable / disable stats. 14 years ago
  Ioannis Koutras a60756d022 Created options for enabling fixed lists and adaptive functions. 14 years ago
  Ioannis Koutras 2e7d3c4dea Disabled temporarily knobs and dmm_adaptor. 14 years ago
  Ioannis Koutras 018f225a37 Disabled coalescing and splitting for P2012. 14 years ago
  Ioannis Koutras 6129857a1a Singly linked lists are now default for P2012. 14 years ago
  Ioannis Koutras 3fb61ea914 Renewed the default define options for P2012 target. 14 years ago
  Ioannis Koutras 969a004a64 Initial support for doubly linked lists, unified linked lists source files. 14 years ago
  Ioannis Koutras b671dfb720 Added heap ownership information in memory blocks, coalescing currently uses it. 14 years ago
  Ioannis Koutras 7861af6e17 Proper support of splitting for both fixed and variable min splitting block size. 14 years ago
  Ioannis Koutras 31bdfa0120 Proper support of coalescing for both fixed and variable max coalesced block size. 14 years ago
  Ioannis Koutras 1cf9593141 Set coalescing ON for Linux Tests target. 14 years ago
  Ioannis Koutras 8de91b5f18 Proper support for enabling coalescing. 14 years ago