RetroArch
Functions
memory.h File Reference
#include <stdlib.h>
#include "../private/float.h"
#include "../FLAC/ordinals.h"
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voidFLAC__memory_alloc_aligned (size_t bytes, void **aligned_address)
 
FLAC__bool FLAC__memory_alloc_aligned_int32_array (size_t elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer)
 
FLAC__bool FLAC__memory_alloc_aligned_uint32_array (size_t elements, FLAC__uint32 **unaligned_pointer, FLAC__uint32 **aligned_pointer)
 
FLAC__bool FLAC__memory_alloc_aligned_uint64_array (size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer)
 
FLAC__bool FLAC__memory_alloc_aligned_unsigned_array (size_t elements, unsigned **unaligned_pointer, unsigned **aligned_pointer)
 
FLAC__bool FLAC__memory_alloc_aligned_real_array (size_t elements, FLAC__real **unaligned_pointer, FLAC__real **aligned_pointer)
 
voidsafe_malloc_mul_2op_p (size_t size1, size_t size2)
 

Function Documentation

◆ FLAC__memory_alloc_aligned()

void* FLAC__memory_alloc_aligned ( size_t  bytes,
void **  aligned_address 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ FLAC__memory_alloc_aligned_int32_array()

FLAC__bool FLAC__memory_alloc_aligned_int32_array ( size_t  elements,
FLAC__int32 **  unaligned_pointer,
FLAC__int32 **  aligned_pointer 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ FLAC__memory_alloc_aligned_real_array()

FLAC__bool FLAC__memory_alloc_aligned_real_array ( size_t  elements,
FLAC__real **  unaligned_pointer,
FLAC__real **  aligned_pointer 
)
Here is the call graph for this function:

◆ FLAC__memory_alloc_aligned_uint32_array()

FLAC__bool FLAC__memory_alloc_aligned_uint32_array ( size_t  elements,
FLAC__uint32 **  unaligned_pointer,
FLAC__uint32 **  aligned_pointer 
)
Here is the call graph for this function:

◆ FLAC__memory_alloc_aligned_uint64_array()

FLAC__bool FLAC__memory_alloc_aligned_uint64_array ( size_t  elements,
FLAC__uint64 **  unaligned_pointer,
FLAC__uint64 **  aligned_pointer 
)
Here is the call graph for this function:

◆ FLAC__memory_alloc_aligned_unsigned_array()

FLAC__bool FLAC__memory_alloc_aligned_unsigned_array ( size_t  elements,
unsigned **  unaligned_pointer,
unsigned **  aligned_pointer 
)
Here is the call graph for this function:

◆ safe_malloc_mul_2op_p()

void* safe_malloc_mul_2op_p ( size_t  size1,
size_t  size2 
)
Here is the call graph for this function:
Here is the caller graph for this function: