Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2000 14:45:31 -0500
From:      "G. Adam Stanislav" <adam@whizkidtech.net>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Dynamic memory allocation from non-C code
Message-ID:  <20001022144531.A240@whizkidtech.net>
In-Reply-To: <7799.972242648@critter>; from phk@critter.freebsd.dk on Sun, Oct 22, 2000 at 09:24:08PM %2B0200
References:  <20001022141241.A263@whizkidtech.net> <7799.972242648@critter>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001022144531.A240>