Home
last modified time | relevance | path

Searched refs:malloc (Results 2626 - 2650 of 4876) sorted by relevance

1...<<101102103104105106107108109110>>...196

/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A DppOp.cpp81 char *tmpbuf = (char *)malloc(src_vir_width * src_vir_height / 2); // src_vir_height / 2 in main()
91 HDF_LOGE("failed to malloc vpu_mem"); in main()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfourth_fuzzer/
H A Dmissionlistmanagerfourth_fuzzer.cpp137 char *ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
139 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp18 #include <malloc.h>
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp117 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp121 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp114 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp122 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp113 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp118 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp120 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
122 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerthird_fuzzer/
H A Dmissionlistmanagerthird_fuzzer.cpp139 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
141 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanagerb_fuzzer/
H A Dabilityautostartupdatamanagerb_fuzzer.cpp148 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
150 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanager_fuzzer/
H A Dextensionrecordmanager_fuzzer.cpp130 char *ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
132 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_lite/interfaces/kits/js/napi/
H A Djs_aafwk.cpp146 result = (char *) malloc((bufLength + 1) * sizeof(char));
/foundation/ability/ability_runtime/test/fuzztest/abilitycachemanagera_fuzzer/
H A Dabilitycachemanagera_fuzzer.cpp141 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
143 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp124 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
126 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/dialogsessionmanager_fuzzer/
H A Ddialogsessionmanager_fuzzer.cpp123 char *ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
125 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupserviceb_fuzzer/
H A Dabilityautostartupserviceb_fuzzer.cpp134 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
136 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/
H A Ddataabilitymanager_fuzzer.cpp124 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
126 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h109 p = std::malloc(size); in MallocFlags()
/foundation/arkui/ace_engine/component_ext/ext_common/
H A Dext_napi_utils.cpp122 char* strTmp = static_cast<char*>(malloc(stringLength + 1)); in GetStringFromValueUtf8()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_native_view_ffi.cpp192 auto temp = (int64_t*)malloc(sizeof(int64_t) * result.size()); in FfiOHOSAceFrameworkViewGetDeletedElemtIds()
194 LOGE("FfiOHOSAceFrameworkViewGetDeletedElemtIds fail, malloc fail"); in FfiOHOSAceFrameworkViewGetDeletedElemtIds()
/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp143 return static_cast<uint8_t*>(malloc(size)); in AllocBuffer()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresmgr_fuzzer/
H A Dbundleresmgr_fuzzer.cpp109 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp49 char **retValue = static_cast<char**>(malloc(sizeof(char*) * array.size)); in OnDiscoveryResult()

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...196