init: remove use of the malloc package
authorAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 15:12:17 +0000 (15:12 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 15:12:17 +0000 (15:12 +0000)
commit70bf449665545c34d7db0154bbcbacf990565ce0
tree0dab3c9db1be02e687874c56aacd5276ea6557e9
parent3002830ff03ff20f777eaf156275f091bc6edf6c
init: remove use of the malloc package

We can sbrk up our own environment strings and that cuts init down to about
9K. Way more than it should be, but most of what it drags in now needs
fixing in the libraries instead.
Applications/util/init.c