コミット履歴

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