Home
last modified time | relevance | path

Searched refs:SECUREC_MALLOC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/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
H A Doutput_p.inl721 … floatBuf = (char *)SECUREC_MALLOC(((size_t)(unsigned int)bufferSize + (size_t)2));
746 … fltFmtHeap = (char *)SECUREC_MALLOC((size_t)((unsigned int)fltFmtStrLen));
/ohos5.0/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()