Make a brk/sbrk emulation.
authorManoel Trapier <godzil@godzil.net>
Wed, 27 Mar 2013 14:49:29 +0000 (15:49 +0100)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:49 +0000 (23:41 +0100)
commit5f00cd2e538e02c7662aea25ffd8a3cb17ce924b
tree6de29f2197305b4e44e5b019fb46b914f5f81047
parente92393d6f3b77ee7a19db991c8938966b9017189
Make a brk/sbrk emulation.

Mac OS X seems to have some difficulties with brk/sbrk (maybe with the
4MB heap limit), and replace all the allocation logic will be prone to
errors, I'll add a new define and lib to emulate brk/sbrk using more
standard allocation methods. By default the heap is 64MB, it should be
enough.
h/missing_proto.h
modules/src/sbrk/pmfile [new file with mode: 0644]
modules/src/sbrk/sbrk_emu.c [new file with mode: 0644]
modules/src/system/break.c
pmfile
util/LLgen/pmfile-ack
util/led/pmfile
util/ncgg/pmfile