Home
last modified time | relevance | path

Searched refs:malloc (Results 1376 - 1400 of 4438) sorted by relevance

1...<<51525354555657585960>>...178

/third_party/lz4/tests/
H A Dfullbench.c38 #include <stdlib.h> /* malloc, free */
146 testmem = (BYTE*) malloc ((size_t)requiredMem); in BMK_findMaxMem()
161 void* LZ4_malloc(size_t s) { return malloc(s); } in LZ4_malloc()
495 chunkP = (struct chunkParameters*) malloc(((benchedSize / (size_t)g_chunkSize)+1) * sizeof(struct chunkParameters)); in fullSpeedBench()
496 orig_buff = (char*) malloc(benchedSize); in fullSpeedBench()
500 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_fence.h479 cmd_data = malloc(cmd_size); in vn_submit_vkCreateFence()
500 cmd_data = malloc(cmd_size); in vn_submit_vkDestroyFence()
521 cmd_data = malloc(cmd_size); in vn_submit_vkResetFences()
542 cmd_data = malloc(cmd_size); in vn_submit_vkGetFenceStatus()
563 cmd_data = malloc(cmd_size); in vn_submit_vkWaitForFences()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp571 /* The parser invokes alloca or malloc; define the necessary symbols. */
582 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
618 !((defined YYMALLOC || defined malloc) && (defined YYFREE || defined free)))
625 # define YYMALLOC malloc
626 # if !defined malloc && !defined EXIT_SUCCESS
627 void *malloc(YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c25 #include "stdlib.h" /* for exit, malloc, atoi */
499 fakeargv = (char **) malloc((size_t) (argc + count) * sizeof *argv); in main()
501 if ((fakeargv = (char **) malloc((size_t) (argc + count) * sizeof *argv)) == NULL) { in main()
527 fakeenv = malloc((i + 2) * sizeof *fakeenv); in main()
529 || (fakeenv[0] = malloc(longest + 4)) == NULL) { in main()
1059 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) { in getzones()
1064 if ((pentry = malloc(sizeof(listentry))) == NULL) { in getzones()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c416 /* The parser invokes alloca or malloc; define the necessary symbols. */]dnl
428 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
460 && ! ((defined YYMALLOC || defined malloc) \
468 # define YYMALLOC malloc
469 # if ! defined malloc && ! defined EXIT_SUCCESS
470 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
1316 yyps = (yypstate *) malloc (sizeof *yyps);
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/
H A Dabilitymanagerserviced_fuzzer.cpp99 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
101 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubabilityrecoveryenable_fuzzer/
H A Dabilitystubabilityrecoveryenable_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubcloseuiabilitybyscb_fuzzer/
H A Dabilitystubcloseuiabilitybyscb_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubcommandabilitydone_fuzzer/
H A Dabilitystubcommandabilitydone_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubfinishusertest_fuzzer/
H A Dabilitystubfinishusertest_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubforceexitapp_fuzzer/
H A Dabilitystubforceexitapp_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubgetpendingwantbundlename_fuzzer/
H A Dabilitystubgetpendingwantbundlename_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubgetpendingrequestwant_fuzzer/
H A Dabilitystubgetpendingrequestwant_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubisramconstraineddevice_fuzzer/
H A Dabilitystubisramconstraineddevice_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubinterface_fuzzer/
H A Dabilitystubinterface_fuzzer.cpp71 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
73 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubprepareterminateability_fuzzer/
H A Dabilitystubprepareterminateability_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubquerymissionvaild_fuzzer/
H A Dabilitystubquerymissionvaild_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubsetsessionmanagerservice_fuzzer/
H A Dabilitystubsetsessionmanagerservice_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubsetrootscenesession_fuzzer/
H A Dabilitystubsetrootscenesession_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubterminateability_fuzzer/
H A Dabilitystubterminateability_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/abilitystubstopuser_fuzzer/
H A Dabilitystubstopuser_fuzzer.cpp70 char* ch = static_cast<char*>(malloc(size + 1)); in LLVMFuzzerTestOneInput()
72 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/dialogsessioninfo_fuzzer/
H A Ddialogsessioninfo_fuzzer.cpp79 char *ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput()
81 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/freeinstallabilityfromremote_fuzzer/
H A Dfreeinstallabilityfromremote_fuzzer.cpp101 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
103 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/setmissionlabel_fuzzer/
H A Dsetmissionlabel_fuzzer.cpp85 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
87 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()
/foundation/ability/ability_runtime/test/fuzztest/systemabilitytokencallbackstub_fuzzer/
H A Dsystemabilitytokencallbackstub_fuzzer.cpp86 char* ch = (char*)malloc(size + 1); in LLVMFuzzerTestOneInput()
88 std::cout << "malloc failed." << std::endl; in LLVMFuzzerTestOneInput()

Completed in 19 milliseconds

1...<<51525354555657585960>>...178