33 #ifndef FLAC__PRIVATE__MEMORY_H 34 #define FLAC__PRIVATE__MEMORY_H 42 #include "../private/float.h" 43 #include "../FLAC/ordinals.h" 53 #ifndef FLAC__INTEGER_ONLY_LIBRARY FLAC__bool FLAC__memory_alloc_aligned_real_array(size_t elements, FLAC__real **unaligned_pointer, FLAC__real **aligned_pointer)
Definition: memory.c:180
float FLAC__real
Definition: float.h:55
Configuration options (set of defines)
FLAC__bool FLAC__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer)
Definition: memory.c:120
uint32_t FLAC__uint32
Definition: ordinals.h:65
void * safe_malloc_mul_2op_p(size_t size1, size_t size2)
Definition: memory.c:211
static const struct @115 elements[]
void * FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address)
Definition: memory.c:45
int32_t FLAC__int32
Definition: ordinals.h:62
FLAC__bool FLAC__memory_alloc_aligned_unsigned_array(size_t elements, unsigned **unaligned_pointer, unsigned **aligned_pointer)
Definition: memory.c:149
uint64_t FLAC__uint64
Definition: ordinals.h:66
FLAC__bool FLAC__memory_alloc_aligned_uint32_array(size_t elements, FLAC__uint32 **unaligned_pointer, FLAC__uint32 **aligned_pointer)
Definition: memory.c:91
FLAC__bool FLAC__memory_alloc_aligned_int32_array(size_t elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer)
Definition: memory.c:62
int FLAC__bool
Definition: ordinals.h:70