Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c134 #define SECUREC_MALLOC(x) malloc((size_t)(x)) macro
142 #define SECUREC_MALLOC(x) (NULL) macro
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c125 #define SECUREC_MALLOC(x) malloc((size_t)(x)) macro