Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.cpp70 FreeMemory(rets); in EncodeSync()
76 FreeMemory(rets); in EncodeSync()
95 FreeMemory(ret); in EncodeToStringSync()
102 FreeMemory(ret); in EncodeToStringSync()
121 FreeMemory(ret); in EncodeAchieve()
187 FreeMemory(pret); in DecodeSync()
193 FreeMemory(pret); in DecodeSync()
239 FreeMemory(inputString); in DecodeSyncInner()
285 FreeMemory(retDecode); in DecodeAchieve()
446 FreeMemory(ret); in EncodeAchieves()
[all …]
H A Djs_base64.h73 void FreeMemory(unsigned char *&address);
74 void FreeMemory(char *&address);
H A Dnative_module_util.cpp180 static void FreeMemory(napi_value *address) in FreeMemory() function
230 FreeMemory(argv); in Printf()
237 FreeMemory(argv); in Printf()
246 FreeMemory(argv); in Printf()
254 FreeMemory(argv); in Printf()
261 FreeMemory(argv); in Printf()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h147 DEFINE_FUNC(FreeMemory);
H A Drs_vulkan_context.cpp360 ACQUIRE_PROC(FreeMemory, device_); in SetupDeviceProcAddresses()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h1049 void FreeMemory();
H A Dclassic_adapter.cpp168 void ClassicAdapter::FreeMemory() in FreeMemory() function in OHOS::bluetooth::ClassicAdapter
194 FreeMemory(); in DisableBTM()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp688 static uint32_t FreeMemory(DecodeContext &context) in FreeMemory() function
732 FreeMemory(context); in RedirectOutputBuffer()