Software StackLibcDrillsQuestionsmallocOn this pagemalloc()Question TextWhat system calls are invoked by the malloc() library call for Linux libc? (choose 2 answers)Question AnswersbrkfreedupmmapcopyFeedbackDepending on the allocation size, malloc() invokes brk or mmap.