MHEG5  18.9.0
MHEG5 Documentation
Macros
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.

Definition in file pa1_mem.h.

Macro Definition Documentation

#define pa1_free (   what)    MHEG5freeMem(what);

Definition at line 34 of file pa1_mem.h.

#define pa1_malloc (   size)    MHEG5getMem(size);

Definition at line 33 of file pa1_mem.h.