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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc26 # define LIBC_MALLOC __libc_malloc macro
30 # define LIBC_MALLOC malloc
36 return LIBC_MALLOC(size);

Completed in 45 milliseconds