MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pa1_mem.h File Reference

Contains memory management functions. More...

#include "mh5memory.h"

Go to the source code of this file.

Macros

#define pa1_malloc(size)   MHEG5getMem(size);
 
#define pa1_free(what)   MHEG5freeMem(what);
 

Detailed Description

Contains memory management functions.

Date
04/05/00
Author
I.

Macro Definition Documentation

#define pa1_free (   what)    MHEG5freeMem(what);
#define pa1_malloc (   size)    MHEG5getMem(size);