Try harder to mmap heap space.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 5 Jul 2012 00:57:00 +0000 (00:57 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 5 Jul 2012 00:57:00 +0000 (00:57 +0000)
commitb428136eb53d2b1d3e8867ee7263f6a672320907
tree914676a0530ebd00c05de8fd4dd6d9c99e511696
parentf2c0ba58dbf793652c955d338e4aebe513994e5e
Try harder to mmap heap space.

Using mmap rather than malloc is important because we need read,
write, and execute privileges for the pages.

Some day, maybe we can change that requirement, but that day will not
be for a while.
src/microcode/ux.c