Keywords:
|
Real-Time, POSIX, malloc, memory allocation
|
Description:
|
RTLinux provides support for neither dynamic memory management nor virtual memory. This component provides the basic malloc, free and remalloc library functions. This component is based on a new allocation algorithm, called called Doubly Indexed Dynamic Memory Allocator (DIDMA).
|
|