![]() |
MHEG5
18.9.0
MHEG5 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); |
#define pa1_free | ( | what | ) | MHEG5freeMem(what); |
#define pa1_malloc | ( | size | ) | MHEG5getMem(size); |