I would like to know in kernel source version >= 2.6 where brk is defined. That is which c file contains its definition? grep is not revealing much. Also sbrk is implemented in glibc correct?
I would like to know in kernel source version >= 2.6 where brk is
Share
It’s in
mmap.c. Look for:The manual page says: