コミット履歴

作者 SHA1 メッセージ 日付
  Ioannis Koutras f70c26e88d parse_env: use the knobs defguard on SYS_ALLOC_SIZE 12 年 前
  Ioannis Koutras 01079e92b5 remove used big blocks information 12 年 前
  Ioannis Koutras 0a9b2887d6 find raw blocks from pointers more efficiently 12 年 前
  Ioannis Koutras d961942625 realloc(): simplify aligned size calculations 12 年 前
  Ioannis Koutras 733fab53d2 estimate pagesize before compile time 12 年 前
  Ioannis Koutras f2dea9fed9 malloc() and memalign(): check for size before parsing through raw blocks 12 年 前
  Ioannis Koutras 1155435b59 memalign(): fix padding 12 年 前
  Ioannis Koutras 711c6a83e7 freelist/memalign(): fix padding 12 年 前
  Ioannis Koutras a1b431c304 memalign(): verify properly that alignment is a power of two 12 年 前
  Ioannis Koutras e02c7be41f memalign(): break if freelist_memalign returns a block 12 年 前
  Ioannis Koutras 34804ddc3d memalign(): assert that alignment is a power of two 12 年 前
  Ioannis Koutras 2984423c91 memalign() on freelist: increase padding to protect header from memcpy() 12 年 前
  Ioannis Koutras 2a0f49b01a apply trylock option for memalign() too 12 年 前
  Ioannis Koutras 525338547f Search for padded memory size 12 年 前
  Ioannis Koutras c8ed718b86 link properly with pthreads library if needed 12 年 前
  Ioannis Koutras 52b135e316 option to use a trylock on malloc() instead of a lock 12 年 前
  Ioannis Koutras b47cf0ff2e create a preset for OS X and set default preset on some cases 12 年 前
  Ioannis Koutras 79b29ca1f3 fix some warnings when compiling for release type 12 年 前
  Ioannis Koutras d838e80e31 add support for the rest of the glibc hooks 12 年 前
  Ioannis Koutras 05c7f86678 add support for glibc hooks, currently the memalign one only 12 年 前
  Ioannis Koutras 325b135e28 add support for memalign() 12 年 前
  iraklis 21b7e5be25 Fixed the warning for correct cast in DEAD (0xD34D) pointer 12 年 前
  Ioannis Koutras e7505ae95a make malloc(0) return a unique pointer value 12 年 前
  Ioannis Koutras 5c8ddb91a8 don't compile get_total_allocated_memory() if REQUEST_SIZE_INFO is not enabled 12 年 前
  Ioannis Koutras 1071350e66 update linux.preset to a less verbose setup without any stats 12 年 前
  iraklis 6d0cd147d0 fix warnings and errors in freelist/realloc() 12 年 前
  Ioannis Koutras c4fa766f11 install properly the free-list headers 12 年 前
  Ioannis Koutras 4cef849c2e make dmmlib work with sparc-elf-4.6 12 年 前
  Ioannis Koutras c0ccb6929e small fix for the stats on freelist_realloc() 12 年 前
  Ioannis Koutras 97e1dee818 small fixes to memalign() when using big blocks 12 年 前