From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0235beb8cfc35ad17c89ddf4b39a6cc7@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] too good to pass up (SRB Comments) Date: Sun, 30 Apr 2006 18:01:53 -0700 From: geoff@collyer.net In-Reply-To: <008b2f1164951e9c5ac209a7e6d34fde@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4b82f2c4-ead1-11e9-9d60-3106f5b1d025 Allocating the space before use would be straightforward for Bourne's `heap' storage (the blok.c allocator). Did you modify all the `stak' macros and functions also to increase the break as needed? There were other advantages to using the C library's malloc, notably being able to call arbitrary C library functions, such as the directory-reading routines, even if they used malloc.