Home
last modified time | relevance | path

Searched +defs:malloc +defs:d (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h105 #define __nvvm_memcpy(s, d, n, a) __builtin_memcpy(s, d, n) argument
106 #define __nvvm_memset(d, c, n, a) __builtin_memset(d, c, n) argument
265 __device__ static inline void *malloc(size_t __size) { in malloc() function
/external/wpa_supplicant_8/src/utils/
Dos.h503 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument
506 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument
628 #define malloc OS_DO_NOT_USE_malloc macro
/external/jemalloc/src/
Djemalloc.c1130 #define CONF_HANDLE_CHAR_P(o, n, d) \ argument
1639 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument
1787 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) argument
1803 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) argument
2040 JEMALLOC_ATTR(malloc) argument
2053 JEMALLOC_ATTR(malloc) argument
2282 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument
/external/icu/icu4c/source/i18n/
DdecNumber.c297 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument
309 #define malloc(a) uprv_malloc(a) macro
317 #define malloc(a) decMalloc(a) macro
411 Int d; /* work */ in uprv_decNumberToInt32() local
447 Int d; /* work */ in uprv_decNumberToUInt32() local
520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local
3401 Unit *d; /* .. */ in uprv_decNumberCopy() local
5296 decNumber *d=bufd; /* divisor */ in decExpOp() local
6637 Int d, exp; /* work */ local
7860 uInt u, d; /* .. */ local
[all …]
/external/pcre/dist2/src/
Dpcre2_internal.h187 #define memcpy(d,s,n) _memcpy(d,s,n) argument
188 #define memmove(d,s,n) _memmove(d,s,n) argument
203 pcre2_memmove(void *d, const void *s, size_t n) in pcre2_memmove()
1757 void * (*malloc)(size_t, void *); member
/external/valgrind/perf/
Dtinycc.c2156 double d; member
6643 int ieee_finite(double d) in ieee_finite()
6756 #define malloc(s) use_tcc_malloc(s) macro
8880 double d; in parse_number() local
13536 int a, b, c, d; in block() local
21651 char *p, *d; in main2() local