malloc()
What system calls are invoked by the malloc() library call for Linux libc? (choose 2 answers)
brk
free
dup
mmap
copy
Depending on the allocation size, malloc() invokes brk or mmap.