GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> IMM / dev > imm / mv2304


Interface   Data Structures   File List   Data Fields   Globals  

_FPM_AllocStat Struct Reference

Structure for per allocator instrumentation statistics. More...

#include <FPM_pubdefs.h>

List of all members.

Public Attributes

unsigned int alloc
unsigned int free
unsigned short siz
unsigned short now
unsigned short hwm_start
unsigned short lwm_start
unsigned short hwm_reset
unsigned short lwm_reset


Detailed Description

Structure for per allocator instrumentation statistics.

Member Data Documentation

unsigned int _FPM_AllocStat::alloc

Count of packets allocated

Referenced by FPM_allocAny(), FPM_createPool(), and FPM_startPool().

unsigned int _FPM_AllocStat::free

Count of packets freed

Referenced by FPM_createPool(), FPM_free(), and FPM_startPool().

unsigned short _FPM_AllocStat::hwm_reset

High water mark since reset

Referenced by FPM_createPool(), FPM_free(), FPM_getPoolStat(), and FPM_startPool().

unsigned short _FPM_AllocStat::hwm_start

High water mark since start

Referenced by FPM_createPool(), and FPM_startPool().

unsigned short _FPM_AllocStat::lwm_reset

Low water mark since reset

Referenced by FPM_allocAny(), FPM_createPool(), FPM_getPoolStat(), and FPM_startPool().

unsigned short _FPM_AllocStat::lwm_start

Low water mark since start

Referenced by FPM_allocAny(), FPM_createPool(), and FPM_startPool().

unsigned short _FPM_AllocStat::now

unsigned short _FPM_AllocStat::siz

Allocator size (2**n)

Referenced by FPM_createPool().


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

Generated on Fri Mar 25 13:29:35 2011 by  doxygen 1.5.8