Re: Regarding brk and sbrk
On Oct 17, 3:24 am, venkat <venkatavi...@gmail.com> wrote:
> Hi folks,
>
> Can some in understanding brk and sbrk. how does these are
> implemeted(means how the memeory will be allocated). How malloc will
> call these brk and sbrk. Please also give any example C program, where
> brk and sbrk are used to allocate memory.
Try over on news:comp.unix.programmer, where they will promptly tell
you not to use those functions.
|