Fixed-size Objects Memory Allocator
commit750879bbef8a08d7bd88ce020939f81f03326290
authorPawel Dziepak <pdziepak@quarnos.org>
Sun, 9 Nov 2008 16:42:12 +0000 (9 17:42 +0100)
committerPawel Dziepak <pdziepak@quarnos.org>
Sun, 9 Nov 2008 16:42:12 +0000 (9 17:42 +0100)
tree9e09ff1c31e52d6109115d27285af02f8314f572
parente64b8332a9549596ad697e0d9ba34991e0e0f79b
Fixed-size Objects Memory Allocator

 FOMA is a memory allocator designed to manage system where a lot of small chunks of memory are constantly allocated and deallocated. It uses an O(1) algorithm thus it is way faster than previous allocator used in Quarn. Better descritpion will be soon available in docs.
arch/x86/general.h
manes/error.cpp
manes/manec.cpp
resources/Makefile
resources/foma.cpp [new file with mode: 0644]
resources/foma.h [new file with mode: 0644]
resources/memm.h
resources/slob.cpp [deleted file]
resources/slob.h [deleted file]