Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/rust/rust/src/tools/miri/tests/fail/function_calls/
Dexported_symbol_shim_clashing.rs2 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
Dcheck_arg_count_too_few_args.rs3 fn malloc() -> *mut std::ffi::c_void; in main() function
Dcheck_arg_abi.rs3 fn malloc(size: usize) -> *mut std::ffi::c_void; in main() function
Dcheck_arg_count_too_many_args.rs3 fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void; in main() function
/third_party/rust/rust/tests/ui/lint/
Dwarn-ctypes-inhibit.rs11 pub fn malloc(size: isize) -> *const u8; in malloc() function
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c5 #define malloc undef macro
/third_party/musl/src/locale/
Dfreelocale.c5 #define malloc undef macro
Dduplocale.c6 #define malloc __libc_malloc macro
Dnewlocale.c7 #define malloc __libc_malloc macro
Dlocale_map.c10 #define malloc __libc_malloc macro
/third_party/rust/rust/src/tools/miri/tests/pass/function_calls/
Ddisable_abi_check.rs12 fn malloc(size: usize) -> *mut std::ffi::c_void; in main() function
/third_party/unity/extras/memory/src/
Dunity_memory.h41 #define malloc unity_malloc macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h37 #define malloc unity_malloc macro
/third_party/rust/rust/tests/ui/issues/
Dissue-3656.rs24 pub fn malloc(data: KEYGEN); in malloc() function
/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c32 void *malloc(size_t size) in malloc() function
/third_party/liburing/src/
Dlib.h47 #define malloc(LEN) __uring_malloc(LEN) macro
/third_party/musl/porting/linux/user/src/locale/
Dnewlocale.c7 #define malloc __libc_malloc macro
Dlocale_map.c25 #define malloc __libc_malloc macro
/third_party/musl/src/malloc/
Dlibc_calloc.c69 #define malloc __libc_malloc macro
/third_party/skia/src/core/
DSkMipmap.h89 SkMipmap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipmap()
/third_party/musl/src/process/
Dfdop.h14 #define malloc __libc_malloc macro
/third_party/python/Include/cpython/
Dpymem.h52 void* (*malloc) (void *ctx, size_t size); member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp60 extern "C" void *malloc(size_t size) { in malloc() function
/third_party/curl/lib/
Dcurl_memory.h155 #define malloc(size) Curl_cmalloc(size) macro
/third_party/musl/src/ldso/
Ddlerror.c8 #define malloc __libc_malloc macro

1234