DVBCore  17.9.0
Open Source DVB Engine
 All Data Structures Files Functions Typedefs Macros Pages
Functions
memory.c File Reference

MHEG-5 Memory-related function. More...

#include "techtype.h"
#include "dbgfuncs.h"
#include "stb_memory.h"
#include "stbheap.h"

Functions

void * STB_MemAlloc (U32BIT memSize)
 Allocates the specified number of bytes. More...
 
void STB_MemFree (void *ptr)
 Releases previously allocated memory. More...
 

Detailed Description

MHEG-5 Memory-related function.

Date
31 January 2014
Author
Adam Sturtridge

Function Documentation

void* STB_MemAlloc ( U32BIT  memSize)

Allocates the specified number of bytes.

Parameters
sizeRequired size of new memory block.
Returns
Pointer to memory location.
void STB_MemFree ( void *  ptr)

Releases previously allocated memory.

Parameters
ptrPointer to the memory block to be freed