Commit History

作者 SHA1 備註 提交日期
  Ioannis Koutras d52ea914eb Memory space awareness for sys_alloc(). 14 年之前
  Ioannis Koutras 1f7bb37a63 Renamed dmm_init() to initialize_allocator(), added support for memory space aware allocations, moved source code to src directory. 14 年之前
  Ioannis Koutras 0c08ba1b45 Made the compilation of examples optional. 14 年之前
  Ioannis Koutras 53bc53d95a Include the header files in case of installation. 14 年之前
  Ioannis Koutras 552aa8582b Include the header files in case of installation. 14 年之前
  Ioannis Koutras ec622cc1e7 Removed block header header from heap.h 14 年之前
  Ioannis Koutras c3b445d008 Proper knobs update during malloc() and free() calls. 14 年之前
  Ioannis Koutras 811863d59d Require the pthreads library for POSIX lock support. 14 年之前
  Ioannis Koutras 56dd402972 Added missing CMakeLists file for the examples directory 14 年之前
  Ioannis Koutras ee0c809d4a Separated public and private include files, examples. Examples are now also built through CMake. 14 年之前
  Ioannis Koutras 96e7431ee0 CMake merge. 14 年之前
  Ioannis Koutras f0117fc98c Integrated allocator and heap information inside malloc() and free(). 14 年之前
  Ioannis Koutras f58ec4f19f Initial CMake infrastructure. 14 年之前
  Ioannis Koutras d1e0da3239 Merge some comments. 14 年之前
  Ioannis Koutras c542d7ff9e Enable dot in doxygen. 14 年之前
  Ioannis Koutras 4d6db4b672 Comments on heap.h 14 年之前
  Ioannis Koutras 20acd66e7d Add descriptions and comments for block_header files. 14 年之前
  Ioannis Koutras 69a770b5e7 Set a project name in Doxygen, exclude the tests from the documentation. 14 年之前
  Ioannis Koutras 167e24d6b6 Code refactoring to improve the readability of custom_malloc() steps. 14 年之前
  Ioannis Koutras bcb8a5effc The block to be free'd has to be removed from the used blocks list of the heap. 14 年之前
  Ioannis Koutras 5151fa4468 Improved remove_block(). 14 年之前
  Ioannis Koutras d4e695665a Perform req_padding() before searching for a fixed list. 14 年之前
  Ioannis Koutras 11cbf7e7d0 Change indentation settings. 14 年之前
  Ioannis Koutras 9c0daa3f0d Conditional compilation of POSIX lock functions by using the HAVE_LOCKS flag. 14 年之前
  Ioannis Koutras 14f362c790 Merge larson branch to default. 14 年之前
  Ioannis Koutras 2e86b41627 Initial commit for DMM adapting functions. 14 年之前
  Ioannis Koutras 4759016639 Initial commit of coalesce and helping functions. 14 年之前
  Ioannis Koutras 85261d40a0 Fix warning for printf on a size_t variable. 14 年之前
  Ioannis Koutras 0db7c47a56 Initial DMM statistics support. 14 年之前
  Ioannis Koutras f62490e32a Set default values in the Larson Benchmark. 14 年之前