27.2.1. malloc

userland/c/malloc.c: malloc hello world: allocate two ints and use them.

Linux 5.1 / glibc 2.29 implements it with the mmap system call.

malloc leads to the infinite joys of Memory leaks.