Re: malloc() implementation



Flash Gordon <spam@xxxxxxxxxxxxxxxxxx> writes:

You can't write a malloc routine in standard C which might be part of
why it is in the standard library, hence the suggestion of asking in a
Linux group.

What you *can* do though is statically allocate a memory buffer, then
allocate out of that with your own "malloc".

--

John Devereux
.