answersLogoWhite

0

Functions of the memory manager

Updated: 11/7/2022
User Avatar

Wiki User

12y ago

Best Answer

Memory management functions handle the allocation and deallocationof dynamic Memory. These functions form an abstraction layer above the standard C memory management functionsmalloc, free, and realloc.This block of functions can be replaced by the user with custom code to implement a different memory management scheme. For example, an embedded system application might want to use a fixed-sized static block from which to allocate.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Functions of the memory manager
Write your answer...
Submit
Still have questions?
magnify glass
imp