This package provides basic memory allocation functions: malloc and free, as defined in the standard "C" library.
Preliminary tests show that this code has a response time similar to the Douglas Lea allocator, but the performance does not degrade with large blocks. Therefore it can be used as an application allocator and a system allocator.
|