![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <stddef.h>#include "libComAPI.h"
Include dependency graph for freeList.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| LIBCOM_API void epicsStdCall | freeListInitPvt (void **ppvt, int size, int nmalloc) |
| LIBCOM_API void *epicsStdCall | freeListCalloc (void *pvt) |
| LIBCOM_API void *epicsStdCall | freeListMalloc (void *pvt) |
| LIBCOM_API void epicsStdCall | freeListFree (void *pvt, void *pmem) |
| LIBCOM_API void epicsStdCall | freeListCleanup (void *pvt) |
| LIBCOM_API size_t epicsStdCall | freeListItemsAvail (void *pvt) |
| LIBCOM_API void* epicsStdCall freeListCalloc | ( | void * | pvt | ) |
Definition at line 60 of file freeListLib.c.
| LIBCOM_API void epicsStdCall freeListCleanup | ( | void * | pvt | ) |
Definition at line 152 of file freeListLib.c.
| LIBCOM_API void epicsStdCall freeListFree | ( | void * | pvt, |
| void * | pmem | ||
| ) |
Definition at line 131 of file freeListLib.c.
| LIBCOM_API void epicsStdCall freeListInitPvt | ( | void ** | ppvt, |
| int | size, | ||
| int | nmalloc | ||
| ) |
Definition at line 44 of file freeListLib.c.
| LIBCOM_API size_t epicsStdCall freeListItemsAvail | ( | void * | pvt | ) |
Definition at line 171 of file freeListLib.c.
| LIBCOM_API void* epicsStdCall freeListMalloc | ( | void * | pvt | ) |
Definition at line 74 of file freeListLib.c.