13 lines
317 B
Groff
13 lines
317 B
Groff
Name: brk, sbrk - change data segment space allocation
|
|
|
|
Syntax: int brk (char *enddes)
|
|
char *sbrk(int incr)
|
|
|
|
Description:
|
|
Brk and sbrk are used to change dynamically the amount of
|
|
space allocated for the calling process's data segment(s).
|
|
|
|
|
|
This description could be slightly longer.
|
|
|