Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc26 # define LIBC_MALLOC __libc_malloc macro
30 # define LIBC_MALLOC malloc
36 return LIBC_MALLOC(size); in RawInternalAlloc()