|
David Jones wrote:
If you're suffering performance problems that you believe are due to memory allocation then plug in another memory allocator. Such as dlmalloc. Do NOT write your own.
Or tlsf for embedded systems (bounded alloc/dealloc time). Enrico