Home
last modified time | relevance | path

Searched refs:reallocarray (Results 1 – 25 of 43) sorted by relevance

12

/external/bcc/cmake/
DFindCompilerFlag.cmake23 # check whether reallocarray availability
24 # this is used to satisfy reallocarray usage under src/cc/libbpf/
32 return !!reallocarray(NULL, 1, 1);
/external/giflib/
Dgifalloc.c191 GifColorType *new_map = (GifColorType *)reallocarray(Map, in GifUnionColorMap()
235 ExtensionBlock* ep_new = (ExtensionBlock *)reallocarray in GifAddExtensionBlock()
328 GifFile->SavedImages = (SavedImage *)reallocarray(GifFile->SavedImages, in GifMakeSavedImage()
358 sp->RasterBits = (unsigned char *)reallocarray(NULL, in GifMakeSavedImage()
372 sp->ExtensionBlocks = (ExtensionBlock *)reallocarray(NULL, in GifMakeSavedImage()
Dopenbsd-reallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
DAndroid.bp29 "openbsd-reallocarray.c",
Dgif_lib.h248 reallocarray(void *optr, size_t nmemb, size_t size);
Ddgif_lib.c399 (SavedImage *)reallocarray(GifFile->SavedImages, in DGifGetImageDesc()
1111 sp->RasterBits = (unsigned char *)reallocarray(NULL, ImageSize, in DGifSlurp()
/external/perfetto/src/profiling/memory/
Dheapprofd_preload.map.txt12 reallocarray;
Dmalloc_interceptor_glibc_preload.cc171 void* reallocarray(void* ptr, size_t nmemb, size_t size) { in reallocarray() function
/external/musl/src/malloc/
Dreallocarray.c5 void *reallocarray(void *ptr, size_t m, size_t n) in reallocarray() function
/external/bpftool/include/tools/
Dlibc_compat.h46 #define reallocarray(ptr, nmemb, size) bpftool_reallocarray(ptr, nmemb, size) macro
/external/selinux/libsepol/src/
Dusers.c229 tmp_ptr = reallocarray(policydb->user_val_to_struct, in sepol_user_modify()
237 tmp_ptr = reallocarray(policydb->sym_val_to_name[SYM_USERS], in sepol_user_modify()
Dprivate.h88 static inline void* reallocarray(void *ptr, size_t nmemb, size_t size) { in reallocarray() function
Dutil.c55 new = (uint32_t *) reallocarray(*a, *cnt + 1, sizeof(uint32_t)); in add_i_to_a()
Dkernel_to_common.c170 new = reallocarray(strs->list, strs->size, sizeof(char *)); in strs_add()
229 new = reallocarray(strs->list, strs->size, sizeof(char *)); in strs_add_at_index()
Duser_record.c186 roles_realloc = reallocarray(user->roles, in sepol_user_add_role()
/external/oss-fuzz/projects/giflib/
Dbuild.sh3 gif_hash.c openbsd-reallocarray.c qprintf.c quantize.c)
/external/bpftool/src/
DMakefile.feature19 feature-reallocarray := 1
DMakefile96 FEATURE_TESTS = libbfd disassembler-four-args reallocarray zlib libcap \
117 ifeq ($(feature-reallocarray), 0)
Dxlated_dumper.c35 tmp = reallocarray(dd->sym_mapping, dd->sym_count + 1, in kernel_syms_load()
/external/musl/include/
Dstdlib.h150 void *reallocarray (void *, size_t, size_t);
/external/elfutils/lib/
Dsystem.h100 reallocarray (void *ptr, size_t nmemb, size_t size) in reallocarray() function
/external/tpm2-tss/src/tss2-fapi/
Difapi_profiles.c121 profiles->profiles = reallocarray(profiles->profiles, profiles->num_profiles, in ifapi_profiles_initialize_async()
123 profiles->filenames = reallocarray(profiles->filenames, profiles->num_profiles, in ifapi_profiles_initialize_async()
/external/libbpf/src/
Dhashmap.c19 #pragma GCC poison reallocarray
Dlibbpf_internal.h25 #pragma GCC poison reallocarray
/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c487 void *reallocarray(void *ptr, size_t elem_len, size_t elem_cnt) { in reallocarray() function

12