/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | mock_musl.cpp | 65 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AddServerConfig() 76 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in RemoveServerConfig() 88 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountServerConfig() 100 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in Auth() 112 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithPopup() 124 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithToken() 136 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountInfo() 148 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAuthStatusInfo() 160 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in BindAccount() 171 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeo in UnbindAccount() [all...] |
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_so_plugin.cpp | 53 pVector.data = (uint8_t *)malloc(vector.size());
in SetPluginUint8Vector() 64 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in Auth() 77 *authResultInfo = (PluginAuthResultInfo *)malloc(sizeof(PluginAuthResultInfo));
in Auth() 87 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in BindAccount() 100 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in GetAccountInfo() 111 *domainAccountInfo = (PluginDomainAccountInfo *)malloc(sizeof(PluginDomainAccountInfo));
in GetAccountInfo() 141 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in IsAuthenticationExpired() 173 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in SetAccountPolicy() 186 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError));
in UpdateAccountInfo()
|
/kernel/liteos_a/apps/lms/src/ |
H A D | sample_usr_lms.c | 55 char *buf = (char *)malloc(TEST_SIZE);
in LmsMallocTest() 73 char *buf = (char *)malloc(TEST_SIZE);
in LmsReallocTest() 135 char *buf = (char *)malloc(TEST_SIZE);
in LmsMemsetTest() 149 char *buf = (char *)malloc(TEST_SIZE);
in LmsMemcpyTest() 164 char *buf = (char *)malloc(TEST_SIZE);
in LmsMemmoveTest() 178 char *buf = (char *)malloc(TEST_SIZE);
in LmsStrcpyTest() 194 char *buf = (char *)malloc(TEST_SIZE);
in LmsStrcatTest() 214 char *buf = (char *)malloc(TEST_SIZE);
in LmsFreeTest() 232 char *tmp = (char *)malloc(5000); /* 5000: test mem size */
in main()
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | devlink-user.h | 96 req->bus_name = malloc(req->_present.bus_name_len + 1); in devlink_get_req_set_bus_name() 105 req->dev_name = malloc(req->_present.dev_name_len + 1); in devlink_get_req_set_dev_name() 170 req->bus_name = malloc(req->_present.bus_name_len + 1); in devlink_port_get_req_set_bus_name() 180 req->dev_name = malloc(req->_present.dev_name_len + 1); in devlink_port_get_req_set_dev_name() 236 req->bus_name = malloc(req->_present.bus_name_len + 1); in devlink_port_get_req_dump_set_bus_name() 246 req->dev_name = malloc(req->_present.dev_name_len + 1); in devlink_port_get_req_dump_set_dev_name() 300 req->bus_name = malloc(req->_present.bus_name_len + 1); in devlink_sb_get_req_set_bus_name() 310 req->dev_name = malloc(req->_present.dev_name_len + 1); in devlink_sb_get_req_set_dev_name() 365 req->bus_name = malloc(req->_present.bus_name_len + 1); in devlink_sb_get_req_dump_set_bus_name() 375 req->dev_name = malloc(re in devlink_sb_get_req_dump_set_dev_name() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hmm-tests.c | 306 buffer = malloc(sizeof(*buffer)); in TEST_F() 311 buffer->mirror = malloc(size); in TEST_F() 369 buffer = malloc(sizeof(*buffer)); in TEST_F() 374 buffer->mirror = malloc(size); in TEST_F() 428 buffer = malloc(sizeof(*buffer)); in TEST_F() 433 buffer->mirror = malloc(size); in TEST_F() 476 buffer = malloc(sizeof(*buffer)); in TEST_F() 481 buffer->mirror = malloc(size); in TEST_F() 544 buffer = malloc(sizeof(*buffer)); in TEST_F() 549 buffer->mirror = malloc(siz in TEST_F() [all...] |
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_utils.cpp | 29 char* res = static_cast<char*>(malloc(sizeof(char) * len)); in MallocCString() 42 char* res = static_cast<char*>(malloc(sizeof(char) * len)); in MallocUInt8() 54 char** result = static_cast<char**>(malloc(sizeof(char*) * vec.size())); in VectorToCArrString() 69 uint8_t* result = static_cast<uint8_t*>(malloc(sizeof(uint8_t) * vec.size())); in VectorToCArrUI8()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | ctypendk.cpp | 18 #include <malloc.h>
65 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in IsalnumL() 84 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in Isalpha() 103 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in IsalphaL() 139 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in Isblank() 158 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in IsblankL() 211 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in Isdigit() 229 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in IsdigitL() 248 char *ch = static_cast<char *>(malloc(sizeof(char) * length));
in Isgraph() 266 char *ch = static_cast<char *>(malloc(sizeo in IsgraphL() [all...] |
/base/request/request/services/src/cxx/ |
H A D | request_cert_mgr_adapter.cpp | 28 *certList = static_cast<struct CertList *>(malloc(sizeof(struct CertList)));
in InitCertList() 34 (*certList)->certAbstract = static_cast<struct CertAbstract *>(malloc(buffSize));
in InitCertList() 48 certInfo->certInfo.data = static_cast<uint8_t *>(malloc(MAX_LEN_CERTIFICATE));
in InitCertInfo() 118 struct CRequestCerts *certs = static_cast<struct CRequestCerts *>(malloc(sizeof(struct CRequestCerts)));
in GetUserCertsData() 120 REQUEST_HILOGE("GetUserCertsData, malloc CRequestCerts failed");
in GetUserCertsData() 126 static_cast<struct CRequestCert **>(malloc(MAX_COUNT_CERTIFICATE * sizeof(struct CRequestCert *)));
in GetUserCertsData() 128 REQUEST_HILOGE("GetUserCertsData, malloc certDataList failed");
in GetUserCertsData() 156 struct CRequestCert *cert = static_cast<struct CRequestCert *>(malloc(sizeof(struct CRequestCert)));
in GetUserCertsData()
|
/test/xts/hats/kernel/freelist/safe_unlink/ |
H A D | Malloc_safe_unlink.cpp | 86 if (!(tmp = malloc(size))) { in set_devide_chunk() 105 c1_tmp = (uint8_t *)malloc(MALLOC_SIZE_S + 0x10 * i); in child() 106 c2_tmp = (uint8_t *)malloc(MALLOC_SIZE_L + 0x10 * i); in child() 108 c1 = (uint8_t *)malloc(MALLOC_SIZE_S + 0x10 * i); in child() 115 c2 = (uint8_t *)malloc(MALLOC_SIZE_L + 0x10 * i); in child()
|
/base/hiviewdfx/faultloggerd/test/unittest/rustc_demangle/ |
H A D | rustc_demangle_test.cpp | 59 char *res = reinterpret_cast<char*>(std::malloc(sizeof(char) * BUF_LEN)); in HWTEST_F() 80 char *res = reinterpret_cast<char*>(std::malloc(sizeof(char) * BUF_LEN)); in HWTEST_F() 98 char *res = reinterpret_cast<char*>(malloc(sizeof(char) * BUF_LEN)); in HWTEST_F() 116 char *res = reinterpret_cast<char*>(std::malloc(sizeof(char) * BUF_LEN)); in HWTEST_F()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hmm-tests.c | 234 buffer = malloc(sizeof(*buffer)); in TEST_F() 239 buffer->mirror = malloc(size); in TEST_F() 297 buffer = malloc(sizeof(*buffer)); in TEST_F() 302 buffer->mirror = malloc(size); in TEST_F() 356 buffer = malloc(sizeof(*buffer)); in TEST_F() 361 buffer->mirror = malloc(size); in TEST_F() 404 buffer = malloc(sizeof(*buffer)); in TEST_F() 409 buffer->mirror = malloc(size); in TEST_F() 472 buffer = malloc(sizeof(*buffer)); in TEST_F() 477 buffer->mirror = malloc(siz in TEST_F() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 14 #include <malloc.h> 150 reg = malloc(sizeof(unsigned long)); in show_tar_registers() 152 perror("malloc() failed"); in show_tar_registers() 196 reg = malloc(sizeof(unsigned long)); in write_tar_registers() 198 perror("malloc() failed"); in write_tar_registers() 239 reg = malloc(sizeof(unsigned long)); in show_tm_checkpointed_state() 241 perror("malloc() failed"); in show_tm_checkpointed_state() 287 reg = malloc(sizeof(unsigned long)); in write_ckpt_tar_registers() 289 perror("malloc() failed"); in write_ckpt_tar_registers() 330 regs = (struct fpr_regs *) malloc(sizeo in show_fpr() [all...] |
/kernel/linux/linux-5.10/include/linux/decompress/ |
H A D | mm.h | 28 /* A trivial malloc implementation, adapted from 29 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 34 static void *malloc(size_t size) in malloc() function 62 #define large_malloc(a) malloc(a) 81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 11 #include <malloc.h> 146 reg = malloc(sizeof(unsigned long)); in show_tar_registers() 148 perror("malloc() failed"); in show_tar_registers() 192 reg = malloc(sizeof(unsigned long)); in write_tar_registers() 194 perror("malloc() failed"); in write_tar_registers() 235 reg = malloc(sizeof(unsigned long)); in show_tm_checkpointed_state() 237 perror("malloc() failed"); in show_tm_checkpointed_state() 283 reg = malloc(sizeof(unsigned long)); in write_ckpt_tar_registers() 285 perror("malloc() failed"); in write_ckpt_tar_registers() 326 regs = (struct fpr_regs *) malloc(sizeo in show_fpr() [all...] |
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_watcher_impl.cpp | 150 bool* retArrValue = static_cast<bool*>(malloc(sizeof(bool) * retValue.size)); in ConvertArrBool() 152 LOGE("malloc is failed"); in ConvertArrBool() 164 int32_t* retArrValue = static_cast<int32_t*>(malloc(sizeof(int32_t) * retValue.size)); in ConvertArrInt() 166 LOGE("malloc is failed"); in ConvertArrInt() 178 double* retArrValue = static_cast<double*>(malloc(sizeof(double) * retValue.size)); in CovertArrDouble() 180 LOGE("malloc is failed"); in CovertArrDouble() 192 char** retArrValue = static_cast<char**>(malloc(sizeof(char*) * retValue.size)); in CovertArrString() 194 LOGE("malloc is failed"); in CovertArrString() 206 char** retArrValue = static_cast<char**>(malloc(sizeof(char*) * retValue.size)); in CovertArrObjStr() 208 LOGE("malloc i in CovertArrObjStr() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gestureScroll/ |
H A D | gesture_interfaceTest.cpp | 30 char *nodeId = static_cast<char*>(malloc(nodeIdNumber));
in GestureInterruptFunc() 31 int *result = static_cast<int*>(malloc(sizeof(int)));
in GestureInterruptFunc() 49 int *count = (int *)malloc(sizeof(int));
in GestureInterruptFunc() 62 char* childNodeId = static_cast<char*>(malloc(nodeIdNumber));
in GestureInterruptFunc() 63 int* childResult = static_cast<int*>(malloc(sizeof(int)));
in GestureInterruptFunc() 87 bool* childIsEnd = static_cast<bool*>(malloc(sizeof(bool)));
in GestureInterruptFunc() 90 bool* childIsBegin = static_cast<bool*>(malloc(sizeof(bool)));
in GestureInterruptFunc() 135 char *nodeId = static_cast<char*>(malloc(nodeIdNumber));
in ParallelInnerGestureFunc() 136 int *result = static_cast<int*>(malloc(sizeof(int)));
in ParallelInnerGestureFunc() 326 (ArkUI_GestureRecognizerState *)malloc(sizeo in CreateNativeNode() [all...] |
/kernel/linux/linux-6.6/include/linux/decompress/ |
H A D | mm.h | 29 * When an architecture needs to share the malloc()/free() implementation 36 /* A trivial malloc implementation, adapted from 37 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 42 MALLOC_VISIBLE void *malloc(int size) in malloc() function 70 #define large_malloc(a) malloc(a) 89 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_confstr_001.cpp | 42 pathbuf = (char *)malloc(n); in testcase() 54 gun_libpthread_version_buf = (char *)malloc(n); in testcase() 67 gun_libc_version_buf = (char *)malloc(n); in testcase()
|
/base/security/code_signature/test/unittest/ |
H A D | code_sign_utils_in_c_test.cpp | 57 EntryMapEntryData *entryMapEntryData = static_cast<EntryMapEntryData *>(malloc(sizeof(EntryMapEntryData)));
in HWTEST_F() 61 EntryMapEntry *entryMapEntry = static_cast<EntryMapEntry *>(malloc(length));
in HWTEST_F() 111 EntryMapEntryData *entryMapEntryData = static_cast<EntryMapEntryData *>(malloc(sizeof(EntryMapEntryData)));
in HWTEST_F() 115 EntryMapEntry *entryMapEntry = static_cast<EntryMapEntry *>(malloc(length));
in HWTEST_F()
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page_owner_sort.c | 74 list[list_size].txt = malloc(len+1); in add_list() 113 list = malloc(max_size * sizeof(*list)); in main() 114 buf = malloc(BUF_SIZE); in main() 134 list2 = malloc(sizeof(*list) * list_size); in main()
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | linux.c | 4 #include <malloc.h> 49 p = malloc(cachep->size); in kmem_cache_alloc() 88 ret = malloc(size); in kmalloc() 91 printf("Allocating %p from malloc\n", ret); in kmalloc() 103 printf("Freeing %p to malloc\n", p); in kfree() 111 struct kmem_cache *ret = malloc(sizeof(*ret)); in kmem_cache_create()
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_inflate.c | 55 out_buf = malloc(out_len); in __gunzip() 68 zbuf = malloc(GZIP_IOBUF_SIZE); in __gunzip() 76 strm = malloc(sizeof(*strm)); in __gunzip() 82 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_inflate.c | 55 out_buf = malloc(out_len); in __gunzip() 68 zbuf = malloc(GZIP_IOBUF_SIZE); in __gunzip() 76 strm = malloc(sizeof(*strm)); in __gunzip() 82 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | wmalloc.c | 110 tde_info("eUnitSize %d, malloc units:%d, first malloc unit:%d...\n", block->n_unit_size, block->n_free, in malloc_unit() 134 hi_void *malloc = HI_NULL; in wmalloc() local 141 malloc = malloc_unit(i); in wmalloc() 142 if (malloc != HI_NULL) { in wmalloc() 143 return malloc; in wmalloc() 149 malloc = malloc_unit(i); in wmalloc() 150 if (malloc != HI_NULL) { in wmalloc() 151 return malloc; in wmalloc() 157 malloc in wmalloc() [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 279 void* p = malloc(MALLOC_TEST_SMALL_SIZE); in HWTEST_F() 291 * @tc.desc: test dfxAllocator malloc and free 304 // malloc and free 1000 times in HWTEST_F() 306 p = malloc(size); in HWTEST_F() 315 // malloc 1000 times and free 1000 times in HWTEST_F() 317 parr[time] = malloc(size); in HWTEST_F() 349 // malloc and free 1000 times in HWTEST_F() 351 p = malloc(size); in HWTEST_F() 360 // malloc 1000 times and free 1000 times in HWTEST_F() 362 parr[time] = malloc(siz in HWTEST_F() [all...] |