Home
last modified time | relevance | path

Searched refs:malloc (Results 1551 - 1575 of 4089) sorted by relevance

1...<<61626364656667686970>>...164

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsecologicalrulemgrserviceclient_fuzzer/
H A Dbmsecologicalrulemgrserviceclient_fuzzer.cpp76 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlemanagercallbackstub_fuzzer/
H A Dbundlemanagercallbackstub_fuzzer.cpp77 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
79 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixmanagerrdb_fuzzer/
H A Dquickfixmanagerrdb_fuzzer.cpp69 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixstatuscallbackproxy_fuzzer/
H A Dquickfixstatuscallbackproxy_fuzzer.cpp72 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp82 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleoverlaymgr_fuzzer/
H A Dbundleoverlaymgr_fuzzer.cpp68 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultapphost_fuzzer/
H A Ddefaultapphost_fuzzer.cpp75 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixbootscanner_fuzzer/
H A Dquickfixbootscanner_fuzzer.cpp77 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/servicecenterstatuscallbackstub_fuzzer/
H A Dservicecenterstatuscallbackstub_fuzzer.cpp81 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h20 #include <cstdlib> // malloc, free
81 [](void* instance, allocator::size_type size) -> void* { return ::malloc(size); }, in default_allocator()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/
H A Drs_screen_data_test.cpp80 char* buffer = static_cast<char *>(malloc(parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_capability_test.cpp79 char* buffer = static_cast<char*>(malloc(parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_hdr_capability_test.cpp77 char* buffer = static_cast<char *>(malloc(parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_props_test.cpp75 char* buffer = static_cast<char *>(malloc(parcel.GetMaxCapacity())); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp47 void *buffer = malloc(bufferSize); in ConstructPixmap()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcall_meta_data.h29 #include <malloc.h>
/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_pixel_map.cpp37 buffer = malloc(byteCount); in MockPixelMap()
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/
H A Daudio_haptic_common_napi.cpp76 char *buffer = static_cast<char *>(malloc((bufLength + 1) * sizeof(char))); in GetStringArgument()
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_common_napi.cpp32 char *buffer = static_cast<char *>(malloc((bufLength + 1) * sizeof(char))); in GetStringArgument()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkacquireaudiobuffer_fuzzer/
H A Dscreencaptureacquireaudiobuffer_ndk_fuzzer.cpp78 OH_AudioBuffer *audioBuffer = static_cast<OH_AudioBuffer*>(malloc(sizeof(OH_AudioBuffer))); in FuzzScreenCaptureAcquireAudioBufferNdk()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/
H A Dbgtaskonremoterequest_fuzzer.cpp76 char* ch = static_cast<char *>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H A Dbundleactiveonremoterequest_fuzzer.cpp73 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/
H A Dbundleactiveobserver_fuzzer.cpp71 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp35 buf_ = reinterpret_cast<void**>(malloc(capacity * sizeof(void*))); in Init()
37 FFRT_LOGE("Queue malloc failed, size: %u", capacity * sizeof(void*)); in Init()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksystemeventobserver_fuzzer/
H A Dbgtasksystemeventobserver_fuzzer.cpp82 char* ch = static_cast<char *>(malloc(size + 1)); in LLVMFuzzerTestOneInput()

Completed in 9 milliseconds

1...<<61626364656667686970>>...164