Home
last modified time | relevance | path

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

12

/third_party/musl/src/malloc/
Dlibc_calloc.c1 #define calloc __libc_calloc macro
Dcalloc.c33 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/porting/linux/user/src/malloc/
Dcalloc.c7 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c6 #define calloc undef macro
/third_party/musl/src/locale/
Dfreelocale.c5 #define calloc undef macro
Dduplocale.c7 #define calloc undef macro
Dnewlocale.c8 #define calloc undef macro
Dlocale_map.c11 #define calloc undef macro
/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/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c6 void *calloc(size_t nitems, size_t size) in calloc() function
/third_party/musl/porting/linux/user/src/locale/
Dnewlocale.c8 #define calloc undef macro
Dlocale_map.c26 #define calloc undef macro
/third_party/python/Include/cpython/
Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/third_party/musl/src/process/
Dfdop.h15 #define calloc __libc_calloc macro
/third_party/libunwind/tests/
DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc() function
/third_party/musl/src/ldso/
Ddlerror.c10 #define calloc __libc_calloc macro
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c10 #define calloc __libc_calloc macro
/third_party/musl/src/exit/
Datexit.c8 #define calloc __libc_calloc macro
/third_party/musl/src/thread/
Dsem_open.c18 #define calloc __libc_calloc macro
/third_party/musl/porting/liteos_a/user/src/thread/
Dsem_open.c18 #define calloc __libc_calloc macro
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c72 void* calloc(size_t m, size_t n) in calloc() function
Dmusl_malloc_dispatch.h41 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/musl/porting/linux/user/src/exit/
Datexit.c10 #define calloc __libc_calloc macro

12