Историја ревизија

Аутор SHA1 Порука Датум
  Ioannis Koutras 23786ed932 merge пре 12 година
  Ioannis Koutras 702afbe006 minor cosmetic fixes пре 12 година
  Ioannis Koutras 826eb33856 add version numbers in the project пре 12 година
  Ioannis Koutras e2ddba7500 install configuration header file inside the dmmlib directory пре 12 година
  Ioannis Koutras d1c4bf913b rewrite the knobs initialization as a static one, rename fitpercentage to fit_percentage, min_coalesce_size to min_coal_size and max_splitting_size to max_split_size пре 12 година
  Ioannis Koutras 9d70704523 implement get_utilization_index пре 12 година
  Ioannis Koutras b010a1b2e0 add script to create numpy array files from the statistics trace and separate the plot statistics functionality пре 12 година
  Ioannis Koutras d8b415d87a support for using trace files and parsing environment variables пре 12 година
  Ioannis Koutras 796e84f6fa statistics: include dmmlib.h to access system allocator пре 12 година
  Ioannis Koutras de291a685f dummy dmm_notify_cycle(), move dmm_set_knobs() declaration to a header file пре 12 година
  Ioannis Koutras 6305649113 initial API for statistics пре 12 година
  Ioannis Koutras a616349758 use knobs by default пре 12 година
  Ioannis Koutras 5d5729fe61 track total_mem_allocated correctly, use proper locks пре 12 година
  Ioannis Koutras 39496392b9 request_memory(): use MAP_PRIVATE in mmap() пре 12 година
  Ioannis Koutras 296f34e629 memalign(): have locks while updating statistics пре 12 година
  Ioannis Koutras 0e30e1d2b0 fix the requested size of big raw blocks пре 12 година
  Ioannis Koutras bf3d27b04c release the memory of a big raw block to the system on free() пре 12 година
  Ioannis Koutras 9c496bf224 capitalize the lock macros пре 12 година
  Ioannis Koutras 82e8ffaef8 memalign() implementation for free-list organised raw blocks пре 12 година
  Ioannis Koutras 69647b14c2 remove obsolete files пре 12 година
  Ioannis Koutras cffb01c659 knobs.c: fix the brief description пре 12 година
  Ioannis Koutras be41df999c implementation of dmm_set_knobs() пре 12 година
  Ioannis Koutras 6b6a49ff97 add documentation in dmm_config header file and make it available at installation directory пре 12 година
  Ioannis Koutras bd5486fdc2 freelist_realloc(): add header files for missing declarations пре 12 година
  Ioannis Koutras 0e43f0ae97 knobs support on setting the size of the raw block, the good-fit percentage, the maximum coalescing and minimum splitting sizes пре 12 година
  Ioannis Koutras 8b687af6cf freelist_realloc(): do not do anything if requested size is less than the block's one; try to re-allocate to other raw blocks as well пре 12 година
  Ioannis Koutras 149a7774e2 introduce custom memcpy for realloc's пре 12 година
  Ioannis Koutras e40ad8c107 malloc: check that a valid pointer is returned from a non-big block пре 12 година
  Ioannis Koutras 9a3d9dab96 unify WITH_DEBUG with CMAKE_BUILD_TYPE; show TRACE_LEVEL in status пре 12 година
  Ioannis Koutras 29d9941cc2 fix support for realloc() and calloc() as an option in cmake пре 12 година