doom3-gpl
Doom 3 GPL source release
|
#include <stddef.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | _ogg_malloc _decoder_malloc |
#define | _ogg_calloc _decoder_calloc |
#define | _ogg_realloc _decoder_realloc |
#define | _ogg_free _decoder_free |
Typedefs | |
typedef int16_t | ogg_int16_t |
typedef u_int16_t | ogg_uint16_t |
typedef int32_t | ogg_int32_t |
typedef u_int32_t | ogg_uint32_t |
typedef int64_t | ogg_int64_t |
Functions | |
void * | _decoder_malloc (size_t size) |
void * | _decoder_calloc (size_t num, size_t size) |
void * | _decoder_realloc (void *memblock, size_t size) |
void | _decoder_free (void *memblock) |
#define _ogg_calloc _decoder_calloc |
Definition at line 39 of file os_types.h.
#define _ogg_free _decoder_free |
Definition at line 41 of file os_types.h.
#define _ogg_malloc _decoder_malloc |
Definition at line 38 of file os_types.h.
#define _ogg_realloc _decoder_realloc |
Definition at line 40 of file os_types.h.
typedef int16_t ogg_int16_t |
Definition at line 136 of file os_types.h.
typedef int32_t ogg_int32_t |
Definition at line 138 of file os_types.h.
typedef int64_t ogg_int64_t |
Definition at line 140 of file os_types.h.
typedef u_int16_t ogg_uint16_t |
Definition at line 137 of file os_types.h.
typedef u_int32_t ogg_uint32_t |
Definition at line 139 of file os_types.h.
void * _decoder_calloc | ( | size_t | num, |
size_t | size | ||
) |
Definition at line 64 of file snd_decoder.cpp.
Definition at line 77 of file snd_decoder.cpp.
void * _decoder_malloc | ( | size_t | size | ) |
Definition at line 58 of file snd_decoder.cpp.
Definition at line 71 of file snd_decoder.cpp.