Memory mapped files

Memory objects can exist between heap and stack using mmap system call

Pasted image 20231209182652.png

void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);