Searched refs:__libc_malloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp30 extern "C" void *__libc_malloc(uptr size);
38 # define __libc_malloc malloc macro
56 return __libc_malloc(size);
64 // anywhere in runtime, so just call __libc_malloc for now.
66 return __libc_malloc(size);
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c448 #define public_mALLOc __libc_malloc
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c2977 void *__libc_malloc(size_t size) PREALIAS(je_malloc);

Completed in 169 milliseconds