Computer Science Write a C program that calls malloc() 1001 times allocating blocks of size 4 each. Use type char * to store the pointers returned by malloc(). When done, print the difference in the addresses of the first and last block allocated. This difference is the amount of memory malloc actually used to create 1000 blocks of size 4. It is a lot more than you would expect. Repeat this for other block sizes and make a table of your results. Do you see any pattern? Any guesses why?

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 19SA
icon
Related questions
Topic Video
Question

Computer Science

Write a C program that calls malloc() 1001 times allocating blocks of size 4 each. Use type char * to store the pointers returned by malloc(). When done, print the difference in the addresses of the first and last block allocated. This difference is the amount of memory malloc actually used to create 1000 blocks of size 4. It is a lot more than you would expect. Repeat this for other block sizes and make a table of your results. Do you see any pattern? Any guesses why?

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning