This is probably a stupid question, but I have not been able to figure it
out on my own:
How do I dynamically allocate/free memory from programs that do not use
the C library (e.g., assembly language programs)?
I looked through syscalls.master but could not find anything resembling
malloc in it. Is there a system call for this? Or do I have to just create
a huge .data section and hope I made it large enough for all possible
cases?
Any help will be appreciated.
Thanks,
Adam
--
A billion dollars in the bank,
without the experience of carefreeness and charity,
is a state of poverty.
-- Deepak Chopra
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message