Home
last modified time | relevance | path

Searched refs:safe_malloc_ (Results 1 – 7 of 7) sorted by relevance

/external/flac/include/share/
Dalloc.h69 static inline void *safe_malloc_(size_t size) in safe_malloc_() function
91 return safe_malloc_(size2); in safe_malloc_add_2op_()
102 return safe_malloc_(size3); in safe_malloc_add_3op_()
116 return safe_malloc_(size4); in safe_malloc_add_4op_()
137 return safe_malloc_(size3); in safe_malloc_mul2add_()
/external/flac/libFLAC/
Dogg_helper.c117 if(0 == (page->header = safe_malloc_(OGG_MAX_HEADER_LEN))) { in simple_ogg_page__get_at()
159 if(0 == (page->body = safe_malloc_(page->body_len))) { in simple_ogg_page__get_at()
Dmemory.c56 x = safe_malloc_(bytes); in FLAC__memory_alloc_aligned()
Dmd5.c503 if (0 == (ctx->internal_buf.p8 = safe_malloc_(bytes_needed))) { in FLAC__MD5Accumulate()
Dmetadata_iterators.c3338 if(0 == (*tempfilename = safe_malloc_(dest_len))) { in open_tempfile_()
3354 if(0 == (*tempfilename = safe_malloc_(dest_len))) { in open_tempfile_()
Dmetadata_object.c70 if ((x = safe_malloc_(bytes)) == NULL) in copy_bytes_()
Dstream_decoder.c1926 if(0 == (obj->data = safe_malloc_(obj->data_length))) { in read_metadata_picture_()