![]() |
MHEG5
22.11.0
|
System Memory allocation interface. More...
#include "techtype.h"
Go to the source code of this file.
Functions | |
void * | STB_MemAlloc (U32BIT memSize) |
Allocates the specified number of bytes. More... | |
void | STB_MemFree (void *ptr) |
Releases previously allocated memory. More... | |
System Memory allocation interface.
void* STB_MemAlloc | ( | U32BIT | memSize | ) |
Allocates the specified number of bytes.
size | Required size of new memory block. |
void STB_MemFree | ( | void * | ptr | ) |
Releases previously allocated memory.
ptr | Pointer to the memory block to be freed |