Home
last modified time | relevance | path

Searched defs:calloc (Results 1 – 22 of 22) sorted by relevance

/third_party/unity/extras/memory/src/
Dunity_memory.h42 #define calloc unity_calloc macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h38 #define calloc unity_calloc macro
/third_party/uboot/u-boot-2020.01/common/
Dmalloc_simple.c63 void *calloc(size_t nmemb, size_t elem_size) in calloc() function
/third_party/boringssl/src/crypto/test/
Dmalloc.cc123 void *calloc(size_t num_elems, size_t size) { in calloc() function
/third_party/python/Include/cpython/
Dpymem.h61 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/third_party/libunwind/tests/
DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc() function
/third_party/curl/lib/
Dcurl_memory.h126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
Dmemdebug.h93 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h24 MallocCallocType calloc; member
/third_party/musl/libc-test/src/regression/
Dflockfile-list.c39 void *calloc(size_t n, size_t m) in calloc() function
/third_party/glib/glib/
Dgmem.h379 gpointer (*calloc) (gsize n_blocks, member
/third_party/node/deps/uvwasi/include/
Duvwasi.h33 uvwasi_calloc calloc; member
/third_party/harfbuzz/src/
Dhb.hh227 #define calloc hb_calloc_impl macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c384 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c364 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c351 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/src/malloc/
Dmalloc.c354 void *calloc(size_t m, size_t n) in calloc() function
/third_party/uboot/u-boot-2020.01/include/
Dmalloc.h862 #pragma weak calloc = __libc_calloc macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh211 #define calloc hb_calloc_impl macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2445 nghttp2_calloc calloc; member
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2481 nghttp2_calloc calloc; member
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c642 #define calloc SDL_calloc macro