Question
A programmer needs reducing allocation overhead, and the chosen structure has the property that it reuses blocks instead of requesting each one separately from the system. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Memory Pool
Explanation:
Memory Pool fits because it supports reducing allocation overhead and it reuses blocks instead of requesting each one separately from the system.
Both clues point to this choice.
Leave a Reply