Home
last modified time | relevance | path

Searched refs:safe_realloc_ (Results 1 – 5 of 5) 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/src/libFLAC/
Dformat.c580 …if(0 == (object->parameters = safe_realloc_(object->parameters, sizeof(uint32_t)*(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(uint32_t)*(1 << max_partition_o… in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
Dmetadata_object.c953 …else if ((object->data.seek_table.points = safe_realloc_(object->data.seek_table.points, new_size)… in FLAC__metadata_object_seektable_resize_points()
1505 else if ((track->indices = safe_realloc_(track->indices, new_size)) == NULL) in FLAC__metadata_object_cuesheet_track_resize_indices()
1600 …else if ((object->data.cue_sheet.tracks = safe_realloc_(object->data.cue_sheet.tracks, new_size)) … in FLAC__metadata_object_cuesheet_resize_tracks()
Dmd5.c503 if (0 == (ctx->internal_buf.p8 = safe_realloc_(ctx->internal_buf.p8, bytes_needed))) { in FLAC__MD5Accumulate()
/external/flac/src/share/replaygain_analysis/
Dreplaygain_analysis.c343 …*window_buffer = safe_realloc_(*window_buffer, sizeof(**window_buffer) * (window_size + MAX_ORDER)… in ReallocateWindowBuffer()