RetroArch
Functions
memory.c File Reference
#include "include/private/memory.h"
#include "include/FLAC/assert.h"
#include "include/share/alloc.h"
Include dependency graph for memory.c:

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: