Morgan243 / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Eliminate remnants of PM_HEAP_SIZE #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Peter on the mailling list on 2011/02/16 ran into trouble because he modified 
PM_HEAP_SIZE and it had no effect.

All uses and mentions of PM_HEAP_SIZE should be removed from the code and docs.

HEAP_SIZE is declared in the platform's main.c

Original issue reported on code.google.com by dwhall...@gmail.com on 17 Feb 2011 at 6:22

GoogleCodeExporter commented 8 years ago
- Removed all remnants of PM_HEAP_SIZE; some were changed to HEAP_SIZE.
- Fixed unit test ut_heap.c that was failing on 64-bit desktop.

Original comment by dwhall...@gmail.com on 18 Mar 2011 at 11:03

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 96bbbc79705d.

Original comment by dwhall...@gmail.com on 18 Mar 2011 at 11:06