OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
buffers.c File Reference
#include "mp3compat.h"
#include "coder.h"

Go to the source code of this file.

Macros

#define SAFE_FREE(x)
 

Functions

MP3DecInfoAllocateBuffers (void)
 
void FreeBuffers (MP3DecInfo *mp3DecInfo)
 

Macro Definition Documentation

◆ SAFE_FREE

#define SAFE_FREE ( x)
Value:
{if (x) free(x); (x) = 0;} /* helper macro */
UINT16 x
Definition BmfFile.h:83
#define free(Ptr)
Definition lzss.h:50

Definition at line 141 of file buffers.c.

Function Documentation

◆ AllocateBuffers()

MP3DecInfo * AllocateBuffers ( void )

Definition at line 92 of file buffers.c.

◆ FreeBuffers()

void FreeBuffers ( MP3DecInfo * mp3DecInfo)

Definition at line 156 of file buffers.c.