Home
last modified time | relevance | path

Searched refs:MallocPointerGuard (Results 1 - 5 of 5) sorted by relevance

/foundation/ai/ai_engine/services/common/utils/
H A Daie_guard.h52 * Free the pointer which create with malloc when the MallocPointerGuard class is destructed.
55 class MallocPointerGuard { class
57 MallocPointerGuard() : t_(nullptr), isValid_(true) in MallocPointerGuard() function in OHOS::AI::MallocPointerGuard
60 explicit MallocPointerGuard(T *t) : t_(t), isValid_(true) in MallocPointerGuard() function in OHOS::AI::MallocPointerGuard
63 ~MallocPointerGuard() in ~MallocPointerGuard()
/foundation/ai/ai_engine/test/common/encdec/
H A Dencdec_test.cpp158 MallocPointerGuard<unsigned char> dataInfoGuard(dataInfo.data); in BasicTypesCheck()
193 MallocPointerGuard<unsigned char> dataInfoGuard(dataInfo.data); in StructCheck()
220 MallocPointerGuard<unsigned char> dataInfoGuard(dataInfo.data); in StructWithPointerCheck()
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp93 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Create()
175 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Execute()
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/
H A Dic_sdk_impl.cpp73 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Create()
139 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in SyncExecute()
/foundation/ai/ai_engine/services/common/platform/os_wrapper/ipc/source/
H A Daie_ipc.cpp151 OHOS::AI::MallocPointerGuard<unsigned char> dataInfoGuard(dataInfo->data); in IpcIoPopSharedMemory()

Completed in 3 milliseconds