/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | miniunz.c | 147 buffer = (char*)malloc(len+1); 336 buf = (void*)malloc(size_buf);
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 99 state->in = (unsigned char *)malloc(state->want); 100 state->out = (unsigned char *)malloc(state->want << 1);
|
/third_party/node/deps/zlib/ |
H A D | gzread.c | 82 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 D | mount.c | 528 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 D | ea.c | 431 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.c | 31 #define malloc __libc_malloc macro 206 old_tz = malloc(old_tz_size); in do_tzset()
|
/third_party/musl/src/time/ |
H A D | __tz.c | 22 #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 D | los_usr_libc.c | 423 void *malloc(size_t size) in malloc() function 425 g_usrLibc->malloc(size); in malloc()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 59 out = malloc(out_size); in zlib_inflate() 266 out_filename = malloc(out_filename_size); in main()
|
/third_party/mesa3d/src/util/ |
H A D | u_queue.c | 336 (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 D | vn_protocol_driver_pipeline_layout.h | 249 cmd_data = malloc(cmd_size); in vn_submit_vkCreatePipelineLayout() 270 cmd_data = malloc(cmd_size); in vn_submit_vkDestroyPipelineLayout()
|
H A D | vn_protocol_driver_sampler.h | 396 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 D | spreptst.c | 337 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 D | stringperf.h | 291 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 D | fuse_loop_mt.c | 69 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 D | passthrough_fh.c | 120 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 D | gzread.c | 114 state->in = malloc(state->want);
115 state->out = malloc(state->want << 1);
|
H A D | gzwrite.c | 22 state->in = malloc(state->want);
23 state->out = malloc(state->want);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | s-c1.c | 157 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 D | 1-2.c | 517 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 D | s-c1.c | 157 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 D | librttest.c | 248 _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 D | stress.c | 347 " -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 D | genload.c | 347 " -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 D | demand.c | 92 frame = malloc(framemax); in demand_conf() 299 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
|