Home
last modified time | relevance | path

Searched refs:malloc (Results 1576 - 1600 of 2542) sorted by relevance

1...<<61626364656667686970>>...102

/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c198 uint32_t *code = malloc(filesize); in disassemble()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_xfb.c100 malloc(sizeof(GLchar *) * varyings_info->varying_count); in gl_nir_link_assign_xfb_resources()
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c259 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dprotocol_lws_minimal.c22 void *payload; /* is malloc'd */
110 amsg.payload = malloc((unsigned int)(LWS_PRE + len)); in thread_spam()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c269 childpids = malloc((nprocs) * sizeof(pid_t)); in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c26 void *payload; /* is malloc'd */
231 amsg.payload = malloc(LWS_PRE + len); in callback_minimal_client_echo()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddatapid.c311 if ((buffer = (char *)malloc(size)) == NULL) {
312 perror("malloc");
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_disk_cache.c93 struct v3d_key *ckey = malloc(ckey_size); in v3d_disk_cache_compute_key()
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c157 char *input = (char*)malloc(filesize + 1); in read_file()
159 fprintf(stderr, "malloc failed\n"); in read_file()
/third_party/node/test/node-api/test_instance_data/
H A Dtest_instance_data.c187 AddonData* data = malloc(sizeof(*data)); in Init()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.c124 char* data = malloc(dataSize);
/third_party/node/src/quic/
H A Dbindingdata.cc39 allocator.malloc, in operator nghttp3_mem()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c344 buffer = malloc(bufsize); in cat()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfmemopen.c97 f = malloc(sizeof *f + (buf?0:size)); in fmemopen()
/third_party/musl/src/thread/
H A Dsem_open.c17 #define malloc __libc_malloc macro
/third_party/musl/src/stdio/
H A Dfmemopen.c112 f = malloc(sizeof *f + (buf?0:size)); in fmemopen()
/third_party/node/deps/icu-small/source/common/
H A Dputilimp.h599 * Define malloc and related functions
609 # define uprv_default_malloc(x) malloc(x)
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c246 copy = malloc(strlen(str) + 1); in str_dup()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_shader_cache.c182 prog->serialized_nir = malloc(prog->serialized_nir_size); in st_deserialise_nir_program()
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c62 *labelPtr = malloc(length+1); in set_label()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c185 char *out = malloc(128); in pointer_as_memory_reference()
/third_party/mesa3d/src/util/
H A Dslab.c179 struct slab_page_header *page = malloc(sizeof(struct slab_page_header) + in slab_add_new_page()
/third_party/libfuse/test/
H A Dtest_write_cache.c209 buf = malloc(dsize); in test_fs()
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c123 buffer.data = malloc(buffer.data_length); in main()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_receiver.c386 msgbuf = malloc(msgbuf_size + 1); in receive_mcast()
388 fprintf(stderr, "malloc() is failed.\n"); in receive_mcast()

Completed in 13 milliseconds

1...<<61626364656667686970>>...102