1. 179446e smalloc: cleanup and remove debug printf() by Jens Axboe · 16 years ago
  2. 1f37f63 smalloc: turn on the thread safe flag by Jens Axboe · 16 years ago
  3. ec996e9 smalloc: change to a bitmap allocator by Jens Axboe · 16 years ago
  4. 55f6491 smalloc: add pre and post redzone checks to pointers by Jens Axboe · 16 years ago
  5. 868eb3c smalloc: debug by Jens Axboe · 16 years ago
  6. c5dda9e smalloc: increase alloc size by Jens Axboe · 16 years ago
  7. 136f6b7 smalloc: remove pool resize support by Jens Axboe · 16 years ago
  8. 8e5732e smalloc: cleanups and allow sfree(NULL) by Jens Axboe · 16 years ago
  9. c08e194 smalloc: remember to account for sizeof block header by Jens Axboe · 16 years ago
  10. adf5709 smalloc: when adding a new pool, make it big enough to hold the failing alloc by Jens Axboe · 16 years ago
  11. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  12. 85f4670 smalloc: increase initial pool size from 64k to 1m by Jens Axboe · 16 years ago
  13. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  14. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  15. 9c5b529 Add rw mutex init helper by Jens Axboe · 16 years ago
  16. 65864cf Use read-writer locks in smalloc by Jens Axboe · 16 years ago
  17. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 16 years ago