Home
last modified time | relevance | path

Searched defs:__libc_malloc (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/third_party/chromium_quic/build/base/allocator/
Dbuildflags.h13 #define __libc_malloc(N) malloc(N) macro
/external/musl/src/malloc/
Dlite_malloc.c108 void *__libc_malloc(size_t n) in __libc_malloc() function