| /third_party/rust/rust/src/tools/miri/tests/fail/function_calls/ |
| D | exported_symbol_shim_clashing.rs | 2 extern "C" fn malloc(_: usize) -> *mut std::ffi::c_void { in malloc() function 9 fn malloc(_: usize) -> *mut std::ffi::c_void; in main() function
|
| D | check_arg_count_too_few_args.rs | 3 fn malloc() -> *mut std::ffi::c_void; in main() function
|
| D | check_arg_abi.rs | 3 fn malloc(size: usize) -> *mut std::ffi::c_void; in main() function
|
| D | check_arg_count_too_many_args.rs | 3 fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void; in main() function
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | warn-ctypes-inhibit.rs | 11 pub fn malloc(size: isize) -> *const u8; in malloc() function
|
| /third_party/musl/porting/liteos_a/user/src/locale/ |
| D | freelocale.c | 5 #define malloc undef macro
|
| /third_party/musl/src/locale/ |
| D | freelocale.c | 5 #define malloc undef macro
|
| D | duplocale.c | 6 #define malloc __libc_malloc macro
|
| D | newlocale.c | 7 #define malloc __libc_malloc macro
|
| D | locale_map.c | 10 #define malloc __libc_malloc macro
|
| /third_party/rust/rust/src/tools/miri/tests/pass/function_calls/ |
| D | disable_abi_check.rs | 12 fn malloc(size: usize) -> *mut std::ffi::c_void; in main() function
|
| /third_party/unity/extras/memory/src/ |
| D | unity_memory.h | 41 #define malloc unity_malloc macro
|
| /third_party/cJSON/tests/unity/extras/fixture/src/ |
| D | unity_fixture_malloc_overrides.h | 37 #define malloc unity_malloc macro
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-3656.rs | 24 pub fn malloc(data: KEYGEN); in malloc() function
|
| /third_party/musl/porting/uniproton/kernel/src/malloc/ |
| D | malloc.c | 32 void *malloc(size_t size) in malloc() function
|
| /third_party/liburing/src/ |
| D | lib.h | 47 #define malloc(LEN) __uring_malloc(LEN) macro
|
| /third_party/musl/porting/linux/user/src/locale/ |
| D | newlocale.c | 7 #define malloc __libc_malloc macro
|
| D | locale_map.c | 25 #define malloc __libc_malloc macro
|
| /third_party/musl/src/malloc/ |
| D | libc_calloc.c | 69 #define malloc __libc_malloc macro
|
| /third_party/skia/src/core/ |
| D | SkMipmap.h | 89 SkMipmap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipmap()
|
| /third_party/musl/src/process/ |
| D | fdop.h | 14 #define malloc __libc_malloc macro
|
| /third_party/python/Include/cpython/ |
| D | pymem.h | 52 void* (*malloc) (void *ctx, size_t size); member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | LinuxMallocProfiling.cpp | 60 extern "C" void *malloc(size_t size) { in malloc() function
|
| /third_party/curl/lib/ |
| D | curl_memory.h | 155 #define malloc(size) Curl_cmalloc(size) macro
|
| /third_party/musl/src/ldso/ |
| D | dlerror.c | 8 #define malloc __libc_malloc macro
|