|
VMS Help CRTL, sbrk, Restriction *Conan The Librarian |
Unlike other C library implementations, the Compaq C RTL memory
allocation functions (such as malloc) do not rely on brk or
sbrk to manage the program heap space. Consequently, on OpenVMS
systems, calling brk or sbrk can interfere with memory allocation
routines. The brk and sbrk functions are provided only for
compatibility purposes.
|
|