Home
last modified time | relevance | path

Searched refs:safe_realloc_ (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/share/
Dalloc.h156 static inline void *safe_realloc_(void *ptr, size_t size) in safe_realloc_() function
205 return safe_realloc_(ptr, size1*size2); in safe_realloc_mul_2op_()
/external/flac/libFLAC/
Dformat.c580 …if(0 == (object->parameters = safe_realloc_(object->parameters, sizeof(unsigned)*(1 << max_partiti… in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
582 …if(0 == (object->raw_bits = safe_realloc_(object->raw_bits, sizeof(unsigned)*(1 << max_partition_o… in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
Dmd5.c502 if (0 == (ctx->internal_buf.p8 = safe_realloc_(ctx->internal_buf.p8, bytes_needed))) { in FLAC__MD5Accumulate()