This is Unofficial EPICS BASE Doxygen Site
FREELISTPVT Struct Reference
+ Collaboration diagram for FREELISTPVT:

Public Attributes

int size
 
int nmalloc
 
void * head
 
allocMemmallochead
 
size_t nBlocksAvailable
 
epicsMutexId lock
 

Detailed Description

Definition at line 34 of file freeListLib.c.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: