Home
last modified time | relevance | path

Searched refs:safe_malloc_muladd2_ (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/share/
Dalloc.h55 static inline void *safe_malloc_muladd2_(size_t n1, size_t n2, size_t n3) in safe_malloc_muladd2_() function
/external/flac/libFLAC/
Dstream_decoder.c1335 tmp = (FLAC__int32*)safe_malloc_muladd2_(sizeof(FLAC__int32), /*times (*/size, /*+*/4/*)*/); in allocate_output_()