Home
last modified time | relevance | path

Searched refs:malloc (Results 1176 - 1200 of 4191) sorted by relevance

1...<<41424344454647484950>>...168

/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/
H A Dbgtaskstopbackgroundrunning_fuzzer.cpp63 char* ch = static_cast<char *>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopcontinuoustask_fuzzer/
H A Dbgtaskstopcontinuoustask_fuzzer.cpp63 char* ch = static_cast<char *>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskunsubscribebackgroundtask_fuzzer/
H A Dbgtaskunsubscribebackgroundtask_fuzzer.cpp65 char* ch = static_cast<char *>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
/foundation/resourceschedule/ffrt/src/sync/
H A Dthread.cpp40 auto p = reinterpret_cast<ThreadRes*>(malloc(sizeof(ThreadRes))); in ffrt_thread_create()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/joinlnn_fuzzer/
H A Djoinlnn_fuzzer.cpp58 char *tmp = reinterpret_cast<char *>(malloc(size)); in JoinLnnFuzzerTest()
/foundation/communication/netstack/utils/profiler_utils/src/
H A Dnetstack_network_profiler.cpp56 data_ = malloc(BUFFER_MAX_SIZE); in NetworkProfiling()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dmkdtemp.cpp37 char* res = static_cast<char*>(malloc(sizeof(char) * len)); in MallocCString()
H A DreaderIterator_impl.cpp38 char* value = static_cast<char*>(malloc((str->len + 1) * sizeof(char))); in Next()
/foundation/filemanagement/file_api/interfaces/kits/native/environment/
H A Denvironment_native.cpp68 *result = (char *) malloc((dirPath.length() + 1) * sizeof(char)); in GetUserDir()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_file.cpp37 LIBMTP_file_t *f = static_cast<LIBMTP_file_t *>(malloc(sizeof(LIBMTP_file_t))); in ToLIBMTPFile()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinitndk.cpp21 #include <malloc.h>
H A Drandomndk.cpp31 void *buf = malloc(BUFFSIZE); in Getrandom()
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStdlibTest.cpp67 char *realPath = (char *)malloc(256); in HWTEST_F()
/test/xts/device_attest/test/fuzztest/devattestcorenetwork_fuzzer/
H A Ddevattestcorenetwork_fuzzer.cpp51 char* msgData = (char*)malloc(msgDataSize); in ParseResp()
/test/xts/hats/kernel/syscalls/async/pipe2/
H A DPipe2ApiTest.cpp24 #include <malloc.h>
/test/xts/hats/kernel/syscalls/mem/mlock/
H A DMlockApiTest.cpp24 #include <malloc.h>
/test/xts/hats/kernel/syscalls/system/sysinfo/
H A DSysinfoApiTest.cpp24 #include <malloc.h>
/third_party/elfutils/libasm/
H A Dasm_newcomsym.c74 result = malloc (sizeof (AsmSym_t)); in asm_newcomsym()
H A Dasm_newscngrp.c60 result = malloc (sizeof (AsmScnGrp_t) + grpname_len); in asm_newscngrp()
H A Dasm_newsubscn.c65 newp = malloc (sizeof (AsmScn_t)); in asm_newsubscn()
/third_party/curl/tests/libtest/
H A Dlib1559.c35 char *longurl = malloc(EXCESSIVE); in test()
H A Dlib509.c50 return (malloc)(size); in custom_malloc()
/third_party/curl/tests/unit/
H A Dunit1661.c70 buffer = malloc(13);
/third_party/eudev/src/mtd_probe/
H A Dprobe_smartmedia.c42 char* cis_buffer = malloc(SM_SECTOR_SIZE); in probe_smart_media()
/third_party/curl/lib/vauth/
H A Dcleartext.c83 plainauth = malloc(plainlen + 1); in Curl_auth_create_plain_message()

Completed in 8 milliseconds

1...<<41424344454647484950>>...168