|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
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); |
Contains memory management functions.
| #define pa1_free | ( | what | ) | MHEG5freeMem(what); |
| #define pa1_malloc | ( | size | ) | MHEG5getMem(size); |