malloc_count icon indicating copy to clipboard operation
malloc_count copied to clipboard

Allow INIT_HEAP_SIZE to be set at compile time

Open peterSW opened this issue 10 years ago • 0 comments

I was having problems with the init_heap being too small, as shown by the error message:

malloc_count ### init heap full !!!

The solution is to increase the heap size. Before this change, that could only be done by editing the source code. With this change the init_heap size can be controlled by setting the define with the compiler.

peterSW avatar Jan 13 '16 12:01 peterSW