summaryrefslogtreecommitdiff
path: root/smalloc.c
AgeCommit message (Expand)Author
2009-09-11Silence the style/whitespace policeJens Axboe
2009-07-31smalloc: enlarge pool sizeJens Axboe
2009-07-07smalloc: just round alloc_size to int aligned for post redzone pointerJens Axboe
2009-07-07Make smalloc redzone pointer properly alignedJens Axboe
2009-01-06smalloc: get rid of MP_SAFE define and lock checksJens Axboe
2008-12-04smalloc: pool->file is only used in add_pool(), so make it localJens Axboe
2008-12-04smalloc: unlink pool file in add_pool()Jens Axboe
2008-09-10smalloc: Remove read/write lock race condition which will result in segmentat...Shaozhi Shawn Ye
2008-07-31smalloc: default to 128 pools instead of 4Jens Axboe
2008-06-13Revert "smalloc: convert to spinlocks"Jens Axboe
2008-06-12smalloc: convert to spinlocksJens Axboe
2008-06-02smalloc: use optimized ffz()Jens Axboe
2008-05-31Add sparc and sparc64 supportJens Axboe
2008-05-27smalloc: final cleanupsJens Axboe
2008-05-27smalloc: fix map overflowJens Axboe
2008-05-27smalloc: fix off-by-one in ptr_valid()Jens Axboe
2008-05-27smalloc: kill another debug printf()Jens Axboe
2008-05-27smalloc: fix compile errorJens Axboe
2008-05-27smalloc: cleanup and remove debug printf()Jens Axboe
2008-05-27smalloc: turn on the thread safe flagJens Axboe
2008-05-27smalloc: change to a bitmap allocatorJens Axboe
2008-05-26smalloc: add pre and post redzone checks to pointersJens Axboe
2008-05-23smalloc: debugJens Axboe
2008-05-23smalloc: increase alloc sizeJens Axboe
2008-04-17smalloc: remove pool resize supportJens Axboe
2008-04-16smalloc: cleanups and allow sfree(NULL)Jens Axboe
2008-04-16smalloc: remember to account for sizeof block headerJens Axboe
2008-04-16smalloc: when adding a new pool, make it big enough to hold the failing allocJens Axboe
2008-03-26Add softrandommap and --alloc-size optionsJens Axboe
2008-03-26smalloc: increase initial pool size from 64k to 1mJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-04Revamp file lockingJens Axboe
2008-03-03Add rw mutex init helperJens Axboe
2008-03-03Use read-writer locks in smallocJens Axboe
2008-03-01Add a really simple allocator, backed with mmap'ed memoryJens Axboe