Home
last modified time | relevance | path

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

/external/flac/include/share/
Dalloc.h134 static inline void *safe_malloc_mul2add_(size_t size1, size_t size2, size_t size3) in safe_malloc_mul2add_() function
/external/flac/src/share/utf8/
Dcharset.c496 tobuf = safe_malloc_mul2add_(fromlen, /*times*/charset2->max, /*+*/1); in charset_convert()