kaitkxoxo4697 kaitkxoxo4697 15-04-2024 Computers and Technology contestada Consider the naive allocator discussed in class. What is the utilization of the allocator after the following calls to malloc?a. malloc(50);b. malloc(100);c. malloc(1);