Increase initial heap size from 32 to 256
commitf6cd7e592e468d2554409275a587dab97859fb79
authorPeter Clifton <pcjc2@cam.ac.uk>
Mon, 13 Oct 2008 19:20:06 +0000 (13 19:20 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Mon, 13 Oct 2008 19:20:06 +0000 (13 19:20 +0000)
treedf7200845506d8b64934397a1a337c72e520ccf9
parent40fb58a0d3b6117eb18dda25e9d91207ce202dc7
Increase initial heap size from 32 to 256

In complex boards with lots of polygons, we were realloc'ing up
to this kind of number anyway, in x2 size steps. Save all the
memcpy'ing by making the heap larger to start with.

My test board still has some requirement for heaps >256, <512,
but the frequency is low.
src/heap.c