new returning null
I am writing firmware in C++ and am finding that quite quickly any call to new returns null.
I have allocated 32768 bytes of heap so even if I have a memory leak would not expect new to fail to allocate memory so quickly.
Does anyone have any thoughts on what I might be missing ?
Andy
Please sign in to leave a comment.
Comments
3 comments