On Sun, Oct 22, 2000 at 09:24:08PM +0200, Poul-Henning Kamp wrote:
>>How do I dynamically allocate/free memory from programs that do not use
>>the C library (e.g., assembly language programs)?
>
>If you don't link with the C library, you will need to use the
>sbrk(2)/brk(2) interface to extend your heap.
Thanks!
Adam
--
"Let's eat, drink, and be merry, for tomorrow we may diet"
-- Seen on a dining room wall...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message