News

I have a function that is called many times. After about 20 calls it seg faults on a new/malloc call to create a dynamic string -- i free this string before this function returns and the size of ...
LWMalloc is an ultra-lightweight dynamic memory allocator designed for embedded systems that is said to outperform ptmalloc ...