Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c138 #define SECUREC_FREE(x) free((void *)(x)) macro
143 #define SECUREC_FREE(x) { printf("Malloc is not allowed, so free should not be possible to execute!… macro
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c129 #define SECUREC_FREE(x) free((void *)(x)) macro