Add sparc and sparc64 support
[fio.git] / smalloc.c
2008-05-30 Jens AxboeAdd sparc and sparc64 support
2008-05-27 Jens Axboesmalloc: final cleanups
2008-05-27 Jens Axboesmalloc: fix map overflow
2008-05-27 Jens Axboesmalloc: fix off-by-one in ptr_valid()
2008-05-27 Jens Axboesmalloc: kill another debug printf()
2008-05-27 Jens Axboesmalloc: fix compile error
2008-05-27 Jens Axboesmalloc: cleanup and remove debug printf()
2008-05-27 Jens Axboesmalloc: turn on the thread safe flag
2008-05-27 Jens Axboesmalloc: change to a bitmap allocator
2008-05-26 Jens Axboesmalloc: add pre and post redzone checks to pointers
2008-05-23 Jens Axboesmalloc: debug
2008-05-23 Jens Axboesmalloc: increase alloc size
2008-04-17 Jens Axboesmalloc: remove pool resize support
2008-04-16 Jens Axboesmalloc: cleanups and allow sfree(NULL)
2008-04-16 Jens Axboesmalloc: remember to account for sizeof block header
2008-04-16 Jens Axboesmalloc: when adding a new pool, make it big enough...
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
2008-03-26 Jens Axboesmalloc: increase initial pool size from 64k to 1m
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd rw mutex init helper
2008-03-03 Jens AxboeUse read-writer locks in smalloc
2008-03-01 Jens AxboeAdd a really simple allocator, backed with mmap'ed...