Skip to content

Allow INIT_HEAP_SIZE to be set at compile time#4

Open
peterSW wants to merge 2 commits intobingmann:masterfrom
peterSW:master
Open

Allow INIT_HEAP_SIZE to be set at compile time#4
peterSW wants to merge 2 commits intobingmann:masterfrom
peterSW:master

Conversation

@peterSW
Copy link
Copy Markdown

@peterSW peterSW commented Jan 13, 2016

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant