fork()
in C, covering usage, system calls, and process management.mmap
for memory mapping in processes, allowing shared memory access.mmap
for creating and managing shared memory.malloc
for dynamic memory allocation in C, including details on managing pointers.