Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/src/
H A Dlib.h36 void *__uring_malloc(size_t len);
42 return __uring_malloc(len); in uring_malloc()
H A Dnolibc.c26 void *__uring_malloc(size_t len) in __uring_malloc() function