![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Public Attributes | |
int | size |
int | nmalloc |
void * | head |
allocMem * | mallochead |
size_t | nBlocksAvailable |
epicsMutexId | lock |
Definition at line 34 of file freeListLib.c.
void* FREELISTPVT::head |
Definition at line 37 of file freeListLib.c.
epicsMutexId FREELISTPVT::lock |
Definition at line 40 of file freeListLib.c.
allocMem* FREELISTPVT::mallochead |
Definition at line 38 of file freeListLib.c.
size_t FREELISTPVT::nBlocksAvailable |
Definition at line 39 of file freeListLib.c.
int FREELISTPVT::nmalloc |
Definition at line 36 of file freeListLib.c.
int FREELISTPVT::size |
Definition at line 35 of file freeListLib.c.