Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c133 #ifndef SECUREC_MALLOC
134 #define SECUREC_MALLOC(x) malloc((size_t)(x)) macro
142 #define SECUREC_MALLOC(x) (NULL) macro
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c124 #ifndef SECUREC_MALLOC
125 #define SECUREC_MALLOC(x) malloc((size_t)(x)) macro
827 floatBuf = (char *)SECUREC_MALLOC(((size_t)(unsigned int)bufferSize + (size_t)2)); in HiLogSecOutputS()
852 fltFmtHeap = (char *)SECUREC_MALLOC((size_t)((unsigned int)fltFmtStrLen)); in HiLogSecOutputS()

Completed in 4 milliseconds