Home | History | Annotate | Download | only in rtl

Lines Matching refs:__libc_malloc

34 #define __libc_malloc __malloc
81 extern "C" void *__libc_malloc(uptr size);
375 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
400 AtExitCtx *ctx = (AtExitCtx*)__libc_malloc(sizeof(AtExitCtx));
536 return __libc_malloc(size);
603 return __libc_malloc(size); \