GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-11-0
Constituent: pbs     Tag: mv2304
#include "PBS/impl/MBA.h.xx-xxx-xxx"
Include dependency graph for MBA.h:

This graph shows which files directly or indirectly include this file:

Data Structures | |
| struct | _MBA_badBlock |
| Definition of a bad block of memory. More... | |
Typedefs | |
| typedef _MBA_badBlock | MBA_badBlock |
| Typedef for struct _MBA_badBlock. | |
| typedef PART_ID(* | MBA_create_cb )(void *prm) |
| Function signature for a user definition initialization routine. | |
Functions | |
| void * | MBA_align (unsigned int alignment, unsigned int nBytes) |
| Allocates nBytes of aligned memory. | |
| void * | MBA_alloc (unsigned int nBytes) |
| Allocates nBytes of at least word aligned memory. | |
| int | MBA_free (void *pBlock) |
| Frees a piece of memory allocated with either MBA_align() or MBA_alloc(). | |
| int | MBA_statsGet (MBA_stats *stats) |
| Gets the memory stats for the MBA partition. | |
| int | MBA_initialize (MBA_create_cb create, void *prm) |
| One time initialization of the MBA facility. | |
CVS $Id: MBA.h,v 1.3 2005/05/12 19:42:56 russell Exp $
|
|
Typedef for struct _MBA_badBlock.
|
|
|
Function signature for a user definition initialization routine.
|
|
||||||||||||
|
Allocates nBytes of aligned memory.
|
|
|
Allocates nBytes of at least word aligned memory.
|
|
|
Frees a piece of memory allocated with either MBA_align() or MBA_alloc().
|
|
||||||||||||
|
One time initialization of the MBA facility.
|
|
|
Gets the memory stats for the MBA partition.
|
1.4.4