hvirtual/quicktime/ffmpeg/libavcodec/mem.c File Reference

#include "avcodec.h"

Include dependency graph for mem.c:

Go to the source code of this file.

Functions

void * av_malloc (unsigned int size)
void * av_realloc (void *ptr, unsigned int size)
void av_free (void *ptr)


Function Documentation

void av_free ( void *  ptr  ) 

void* av_malloc ( unsigned int  size  ) 

void* av_realloc ( void *  ptr,
unsigned int  size 
)

av_realloc semantics (same as glibc): if ptr is NULL and size > 0, identical to malloc(size). If size is zero, it is identical to free(ptr) and NULL is returned.

Definition at line 100 of file mem.c.

References av_malloc(), and NULL.

Referenced by alloc_table(), allocate_buffers(), audio_resample(), av_fast_realloc(), av_realloc_static(), do_audio_out(), iv_alloc_frames(), new_video_stream(), and oggvorbis_encode_init().

Here is the call graph for this function:


Generated on Mon Apr 28 14:05:02 2008 for Cinelerra by  doxygen 1.5.5