Home
last modified time | relevance | path

Searched refs:malloc (Results 1426 - 1450 of 2541) sorted by relevance

1...<<51525354555657585960>>...102

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c147 buffer = (char*)malloc(len+1);
336 buf = (void*)malloc(size_buf);
/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c99 state->in = (unsigned char *)malloc(state->want);
100 state->out = (unsigned char *)malloc(state->want << 1);
/third_party/node/deps/zlib/
H A Dgzread.c82 state->in = (unsigned char *)malloc(state->want); in gz_look()
83 state->out = (unsigned char *)malloc(state->want << 1); in gz_look()
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c528 source = malloc((mo->fsname ? strlen(mo->fsname) : 0) + in fuse_mount_sys()
532 type = malloc((mo->subtype ? strlen(mo->subtype) : 0) + 32); in fuse_mount_sys()
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c431 buf = (char*)malloc(bufsize); in ntfs_ea_check_wsldev()
438 buf = (char*)malloc(bufsize); in ntfs_ea_check_wsldev()
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c31 #define malloc __libc_malloc macro
206 old_tz = malloc(old_tz_size); in do_tzset()
/third_party/musl/src/time/
H A D__tz.c22 #define malloc __libc_malloc macro
240 old_tz = malloc(old_tz_size); in do_tzset()
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c423 void *malloc(size_t size) in malloc() function
425 g_usrLibc->malloc(size); in malloc()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c59 out = malloc(out_size); in zlib_inflate()
266 out_filename = malloc(out_filename_size); in main()
/third_party/mesa3d/src/util/
H A Du_queue.c336 (struct thread_input *) malloc(sizeof(struct thread_input)); in util_queue_create_thread()
688 fences = malloc(queue->num_threads * sizeof(*fences)); in util_queue_finish()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_layout.h249 cmd_data = malloc(cmd_size); in vn_submit_vkCreatePipelineLayout()
270 cmd_data = malloc(cmd_size); in vn_submit_vkDestroyPipelineLayout()
H A Dvn_protocol_driver_sampler.h396 cmd_data = malloc(cmd_size); in vn_submit_vkCreateSampler()
417 cmd_data = malloc(cmd_size); in vn_submit_vkDestroySampler()
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c337 dest = (char*) malloc(++destLen); in Test_nfs4_cis_prep()
462 dest = (char*)malloc(++destLen); in Test_nfs4_mixed_prep()
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h291 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen)); in prepareBulkForStd()
308 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in prepareBulkForStd()
/third_party/libfuse/lib/
H A Dfuse_loop_mt.c69 struct fuse_chan *ch = (struct fuse_chan *) malloc(sizeof(*ch)); in fuse_chan_new()
283 struct fuse_worker *w = malloc(sizeof(struct fuse_worker)); in fuse_loop_start_thread()
/third_party/libfuse/example/
H A Dpassthrough_fh.c120 struct xmp_dirp *d = malloc(sizeof(struct xmp_dirp)); in xmp_opendir()
404 src = malloc(sizeof(struct fuse_bufvec)); in xmp_read_buf()
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c114 state->in = malloc(state->want);
115 state->out = malloc(state->want << 1);
H A Dgzwrite.c22 state->in = malloc(state->want);
23 state->out = malloc(state->want);
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c157 sems_tmp = (test_t *) malloc(sizeof(test_t)); in main()
162 output("malloc failed with error %d (%s)\n", errno, in main()
240 m_tmp = (mes_t *) malloc(sizeof(mes_t)); in main()
245 output("malloc failed with error %d (%s)\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c517 tmp = malloc(sizeof(children_t)); in main()
542 tmp = malloc(sizeof(children_t)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c157 sems_tmp = malloc(sizeof(test_t)); in main()
162 output("malloc failed with error %d (%s)\n", errno, in main()
244 m_tmp = malloc(sizeof(mes_t)); in main()
249 output("malloc failed with error %d (%s)\n", errno, in main()
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c248 _print_buffer = malloc(PRINT_BUFFER_SIZE); in buffer_init()
296 thread = malloc(sizeof(struct thread)); in create_thread()
/third_party/ltp/tools/genload/
H A Dstress.c347 " -m, --vm n spawn n procs spinning on malloc()\n" in usage()
348 " --vm-chunks c malloc c chunks (default is 1)\n" in usage()
349 " --vm-bytes b malloc chunks of b bytes (default is 256MB)\n" in usage()
645 ptr = (char **)malloc(chunks * 2); in hogvm()
648 (char *)malloc(bytes * in hogvm()
658 "hogvm malloc failed, continuing\n"); in hogvm()
664 "hogvm malloc failed\n"); in hogvm()
H A Dgenload.c347 " -m, --vm n spawn n procs spinning on malloc()\n" in usage()
348 " --vm-chunks c malloc c chunks (default is 1)\n" in usage()
349 " --vm-bytes b malloc chunks of b bytes (default is 256MB)\n" in usage()
645 ptr = (char **)malloc(chunks * 2); in hogvm()
648 (char *)malloc(bytes * in hogvm()
658 "hogvm malloc failed, continuing\n"); in hogvm()
664 "hogvm malloc failed\n"); in hogvm()
/third_party/lwip/src/netif/ppp/
H A Ddemand.c92 frame = malloc(framemax); in demand_conf()
299 pkt = (struct packet *) malloc(sizeof(struct packet) + len);

Completed in 23 milliseconds

1...<<51525354555657585960>>...102