[patch 1/6] sys_indirect RFC - fast sequential allocator

2007-06-29 Thread Davide Libenzi
This file implements a fast, sequential allocator. Chunks of memory are allocated in blocks of pages, and inside these blocks memory is allocated is a sequential fashion. All the allocated memory is released in one single sweep by freeing the backing pages. Indeed, there is not an fsa_free()

[patch 1/6] sys_indirect RFC - fast sequential allocator

2007-06-29 Thread Davide Libenzi
This file implements a fast, sequential allocator. Chunks of memory are allocated in blocks of pages, and inside these blocks memory is allocated is a sequential fashion. All the allocated memory is released in one single sweep by freeing the backing pages. Indeed, there is not an fsa_free()