Home
last modified time | relevance | path

Searched defs:SECUREC_MALLOC (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/hilog/linux/
H A Dvsnprintf_s_p.c133 #define SECUREC_MALLOC(x) __libc_malloc((size_t)(x)) macro
141 #define SECUREC_MALLOC(x) (NULL) macro
/third_party/musl/porting/linux/user/src/hilog/
H A Dvsnprintf_s_p.c133 #define SECUREC_MALLOC(x) __libc_malloc((size_t)(x)) macro
141 #define SECUREC_MALLOC(x) (NULL) macro
/third_party/bounds_checking_function/src/
H A Dsecurecutil.h317 #define SECUREC_MALLOC(x) malloc((size_t)(x)) macro

Completed in 3 milliseconds