Home
last modified time | relevance | path

Searched refs:SECUREC_FREE (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c137 #ifndef SECUREC_FREE
138 #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
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c128 #ifndef SECUREC_FREE
129 #define SECUREC_FREE(x) free((void *)(x)) macro
918 SECUREC_FREE(fltFmtHeap); in HiLogSecOutputS()
1389 SECUREC_FREE(floatBuf); in HiLogSecOutputS()

Completed in 4 milliseconds