Searched defs:_rpmalloc_memcpy_const (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpmalloc.c | 43 #define _rpmalloc_memcpy_const(x, y, s) __builtin_memcpy_inline(x, y, s) macro 45 #define _rpmalloc_memcpy_const(x, y, s) \ macro 64 #define _rpmalloc_memcpy_const(x, y, s) memcpy(x, y, s) macro
|