Home
last modified time | relevance | path

Searched refs:malloc (Results 2301 - 2325 of 3676) sorted by relevance

1...<<919293949596979899100>>...148

/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpclient.c305 recvbuf = malloc(recvbuf_size); in main()
307 fprintf(stderr, "malloc() is failed.\n"); in main()
H A Dns-udpsender.c354 udp_p->msg = malloc(udp_p->msgsize); in create_udp_datagram()
356 fatal_error("malloc()"); in create_udp_datagram()
H A Dns-udpserver.c159 msgbuf = malloc(msgbuf_size + 1); in respond_to_client()
161 fprintf(stderr, "malloc() is failed.\n"); in respond_to_client()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c302 char *cmd = malloc(256); in test_acl_default()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_addrs.c140 buffer_rcv = malloc(REALLY_BIG); in main()
H A Dtest_1_to_1_nonblock.c182 buffer_rcv = malloc(REALLY_BIG); in main()
H A Dtest_1_to_1_send.c186 message_rcv = malloc(512); in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c37 void *payload; /* is malloc'd */
101 amsg.payload = malloc((unsigned int)(LWS_PRE + len)); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A Dprotocol_lws_minimal.c21 void *payload; /* is malloc'd */
106 amsg.payload = malloc((unsigned int)(LWS_PRE + len)); in thread_spam()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c34 void *payload; /* is malloc'd */
115 amsg.payload = malloc((unsigned int)len); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dprotocol_lws_minimal.c21 void *payload; /* is malloc'd */
106 amsg.payload = malloc((unsigned int)(LWS_PRE + len)); in thread_spam()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Ds-c.c126 cur = malloc(sizeof(teststruct_t)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c300 tmp = malloc(sizeof(testdata_t)); in main()
341 output("Cannot malloc more memory for the test data.\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Ds-c.c125 cur = malloc(sizeof(teststruct_t)); in main()
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside.cc119 reinterpret_cast<CodeProtectionInfo*>(malloc(alloc_size));
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.h354 ((size) <= STACK_ARRAY_SIZE ? _stack_##name : (type *)malloc((size) * sizeof(type)))
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c285 driconf = malloc(size); in pipe_loader_drm_get_driconf_by_name()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.c160 draws = malloc(sizeof(struct u_indirect_params) * draw_count); in util_draw_indirect_read()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp88 char *desc = (char*)malloc(desc_size); in choose_dxcore_adapter()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp260 bc->bytecode = (uint32_t*) malloc(bc->ndw << 2); in r600_sb_bytecode_process()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c304 pthread_t *threads = (pthread_t *) malloc(sizeof(pthread_t) * num_threads); in do_test_concurrently()
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c96 * Parse a "malloc failure spec" string. This likes like a set of fields
134 * See if the current malloc should fail.
196 return malloc(num); in CRYPTO_malloc()
/third_party/openssl/test/
H A Dp_test.c266 * This file isn't linked against libcrypto, so we use malloc and strdup in OSSL_provider_init()
269 ctx = malloc(sizeof(*ctx)); in OSSL_provider_init()
/third_party/openssl/crypto/
H A Dmem.c96 * Parse a "malloc failure spec" string. This likes like a set of fields
130 * See if the current malloc should fail.
190 return malloc(num); in CRYPTO_malloc()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp177 void *storage = malloc(size); in allocateLocalStorage()

Completed in 14 milliseconds

1...<<919293949596979899100>>...148