Codec Engine Application Programming Interface (API)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Server_MemStat Struct Reference

Information for a memory heap of a remote DSP server. More...

#include <Server.h>

Collaboration diagram for Server_MemStat:
Collaboration graph

Data Fields

Char name [32+1]
Uint32 base
Uint32 size
Uint32 used
Uint32 maxBlockLen

Detailed Description

Information for a memory heap of a remote DSP server.

Remarks:
Sizes are given in DSP data MAUs.
See also:
Server_getMemStat().

Field Documentation

Char Server_MemStat::name[32+1]

Name of memory heap.

Uint32 Server_MemStat::base

Base address of the memory segment.

Uint32 Server_MemStat::size

Original size of the memory segment.

Uint32 Server_MemStat::used

Number of bytes used.

Uint32 Server_MemStat::maxBlockLen

Length of the largest contiguous free block.


The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated