smalloc: change to a bitmap allocator
authorJens Axboe <jens.axboe@oracle.com>
Tue, 27 May 2008 09:39:39 +0000 (11:39 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 27 May 2008 09:39:39 +0000 (11:39 +0200)
commitec996e9c8f3baacababec55b3be746e035099c14
tree27f1fedfecb2009093ebb5c4fb3dc17e1a06c980
parent6c28f0bb768f30673a7c15d9ab493ed2dfe4d5e3
smalloc: change to a bitmap allocator

It's a lot cleaner and easier to understand than the previous one,
even if it does waste some more memory.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
smalloc.c