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

Аутор SHA1 Порука Датум
  Ioannis Koutras 583546e6aa Support define macros in Doxygen and small documentation additions пре 12 година
  Ioannis Koutras c51c7ff164 trace.h: include stdio.h only if trace is enabled пре 12 година
  Ioannis Koutras c3fa58507c Added find_raw_block_owner() in debug functions пре 12 година
  Ioannis Koutras 1aa71b9a42 realloc() implementation for big blocks пре 12 година
  Ioannis Koutras 6c88e0d3ce Count the number of realloc() calls пре 12 година
  Ioannis Koutras 67366e286d Return NULL in freelist_realloc() if the first malloc() has failed пре 12 година
  Ioannis Koutras 0e810750b6 Switch to memcpy() in freelist_realloc() пре 12 година
  Ioannis Koutras 2d5445c95e Proper ifdef guards for raw block creation mutexes пре 12 година
  Ioannis Koutras 52e3c05928 Fixed coalescing after splitting пре 12 година
  Ioannis Koutras 3885778a39 Simplified some checks while coalescing пре 12 година
  Ioannis Koutras 01bf7322c4 While coalescing, add new block to the free list if current + next is fine пре 12 година
  Ioannis Koutras 65d0eff643 Fixed pointer of newly created memory block inside a freelist-organised raw block пре 12 година
  Ioannis Koutras 04f75ced96 Separated debug functions for freelist-organised raw blocks пре 12 година
  Ioannis Koutras 914bb41679 Verified pointer's data type пре 12 година
  Ioannis Koutras 975d437a65 Fix the support of freelist-organised raw blocks (WIP) пре 12 година
  Ioannis Koutras 3f9a0ea830 No need to include pthread.h inside bitmap_malloc() пре 12 година
  Ioannis Koutras 7e9e378c02 Added description for get_raw_blocks() пре 12 година
  Ioannis Koutras ec64dc621b Merged changes пре 12 година
  Ioannis Koutras 35ab22255f Fixed warnings on realloc() пре 12 година
  Ioannis Koutras c36f33aa81 Fix warnings due to smaller datatypes пре 12 година
  Ioannis Koutras b149280060 Proper check of the raw block owner of an allocation пре 12 година
  Ioannis Koutras e24063eb29 Split dmmlib.c to four files пре 12 година
  Ioannis Koutras 7396f063eb Perform system allocator's mutex unlock anyways пре 12 година
  Ioannis Koutras 95d3dae28a Reorganized the choosing of bitmap raw blocks (WIP) пре 12 година
  Ioannis Koutras 114d9afcf5 Improved calloc() пре 12 година
  Ioannis Koutras 03880823bd Cleared a bit the section of cell marking in bitmap_malloc() пре 12 година
  Ioannis Koutras 0cd8cb2962 Support memory requests in bitmap-organised raw blocks which require more than 2 times the bits of a bitmap vector element пре 12 година
  Ioannis Koutras feb48c6691 Fix prev_pow2() пре 12 година
  Ioannis Koutras cd1d5a42a1 Refactoring and comments for prev_pow2() пре 12 година
  Ioannis Koutras c1f634be8e Removed debug function call inside malloc() пре 12 година