| /external/bcc/cmake/ |
| D | FindCompilerFlag.cmake | 23 # check whether reallocarray availability 24 # this is used to satisfy reallocarray usage under src/cc/libbpf/ 32 return !!reallocarray(NULL, 1, 1);
|
| /external/giflib/ |
| D | gifalloc.c | 191 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()
|
| D | openbsd-reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| D | Android.bp | 29 "openbsd-reallocarray.c",
|
| D | gif_lib.h | 248 reallocarray(void *optr, size_t nmemb, size_t size);
|
| D | dgif_lib.c | 399 (SavedImage *)reallocarray(GifFile->SavedImages, in DGifGetImageDesc() 1111 sp->RasterBits = (unsigned char *)reallocarray(NULL, ImageSize, in DGifSlurp()
|
| /external/perfetto/src/profiling/memory/ |
| D | heapprofd_preload.map.txt | 12 reallocarray;
|
| D | malloc_interceptor_glibc_preload.cc | 171 void* reallocarray(void* ptr, size_t nmemb, size_t size) { in reallocarray() function
|
| /external/musl/src/malloc/ |
| D | reallocarray.c | 5 void *reallocarray(void *ptr, size_t m, size_t n) in reallocarray() function
|
| /external/bpftool/include/tools/ |
| D | libc_compat.h | 46 #define reallocarray(ptr, nmemb, size) bpftool_reallocarray(ptr, nmemb, size) macro
|
| /external/selinux/libsepol/src/ |
| D | users.c | 229 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()
|
| D | private.h | 88 static inline void* reallocarray(void *ptr, size_t nmemb, size_t size) { in reallocarray() function
|
| D | util.c | 55 new = (uint32_t *) reallocarray(*a, *cnt + 1, sizeof(uint32_t)); in add_i_to_a()
|
| D | kernel_to_common.c | 170 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()
|
| D | user_record.c | 186 roles_realloc = reallocarray(user->roles, in sepol_user_add_role()
|
| /external/oss-fuzz/projects/giflib/ |
| D | build.sh | 3 gif_hash.c openbsd-reallocarray.c qprintf.c quantize.c)
|
| /external/bpftool/src/ |
| D | Makefile.feature | 19 feature-reallocarray := 1
|
| D | Makefile | 96 FEATURE_TESTS = libbfd disassembler-four-args reallocarray zlib libcap \ 117 ifeq ($(feature-reallocarray), 0)
|
| D | xlated_dumper.c | 35 tmp = reallocarray(dd->sym_mapping, dd->sym_count + 1, in kernel_syms_load()
|
| /external/musl/include/ |
| D | stdlib.h | 150 void *reallocarray (void *, size_t, size_t);
|
| /external/elfutils/lib/ |
| D | system.h | 100 reallocarray (void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
| /external/tpm2-tss/src/tss2-fapi/ |
| D | ifapi_profiles.c | 121 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/ |
| D | hashmap.c | 19 #pragma GCC poison reallocarray
|
| D | libbpf_internal.h | 25 #pragma GCC poison reallocarray
|
| /external/AFLplusplus/utils/libdislocator/ |
| D | libdislocator.so.c | 487 void *reallocarray(void *ptr, size_t elem_len, size_t elem_cnt) { in reallocarray() function
|