Searched refs:MallocPointerGuard (Results 1 – 11 of 11) sorted by relevance
55 class MallocPointerGuard {57 MallocPointerGuard() : t_(nullptr), isValid_(true) in MallocPointerGuard() function60 explicit MallocPointerGuard(T *t) : t_(t), isValid_(true) in MallocPointerGuard() function63 ~MallocPointerGuard() in ~MallocPointerGuard()
158 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()
73 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Create()139 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in SyncExecute()
93 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Create()175 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data); in Execute()
151 OHOS::AI::MallocPointerGuard<unsigned char> dataInfoGuard(dataInfo->data); in IpcIoPopSharedMemory()
236 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);277 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);
234 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);275 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);
228 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);269 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);
409 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);
410 MallocPointerGuard<unsigned char> pointerGuard(outputInfo.data);