EPICS Base
7.0.7.0
|
Allocate and free fixed size memory elements. More...
#include <stddef.h>
#include "libComAPI.h"
Go to the source code of this file.
Describes routines to allocate and free fixed size memory elements. Free elements are maintained on a free list rather than being returned to the heap via calls to free. When it is necessary to call malloc(), memory is allocated in multiples of the element size.
Definition in file freeList.h.