Home
last modified time | relevance | path

Searched refs:malloc (Results 2551 - 2575 of 3661) sorted by relevance

1...<<101102103104105106107108109110>>...147

/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h59 # include <malloc.h>
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c109 devinfo = malloc(sizeof *devinfo); in i965_disasm_init()
H A Dintel_sanitize_gpu.c111 struct refcnt_hash_table *r = malloc(sizeof(*r)); in add_drm_fd()
/third_party/node/deps/llhttp/src/
H A Dapi.c74 llhttp_t* parser = malloc(sizeof(llhttp_t)); in llhttp_alloc()
/third_party/mesa3d/src/mesa/main/
H A Dglspirv.c77 module = malloc(sizeof(*module) + length); in _mesa_spirv_shader_binary()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp122 void *version_data = malloc(version_size); in get_dll_version()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c229 uint32_t *code = malloc(filesize); in disassemble()
/third_party/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c303 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 ); in doStringPrepTest()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp91 char* filename = (char*) malloc(strlen(IntlTest::pathToDataDirectory())*1024); in testData()
/third_party/libdrm/tests/amdgpu/
H A Dhotunplug_tests.c241 pthread_t *thread = malloc(sizeof(*thread)); in amdgpu_create_cs_thread()
/third_party/ltp/testcases/misc/crash/
H A Dcrash01.c347 data = malloc(n); in bad_malloc()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c316 sendmsg = malloc(sndbuf_size); in communicate_client()
318 fprintf(stderr, "malloc() is failed.\n"); in communicate_client()
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c72 while ((buffer = malloc(fsize)) == NULL) { in read_file()
74 printf("Error malloc'ing: %s\n", strerror(errno)); in read_file()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c60 /* - malloc'ed pointer for pthread return value. */
309 empty_buf = malloc(pagesize * pages_num); in map_and_thread()
311 perror("map_and_thread(): malloc()"); in map_and_thread()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c93 "-m\t\t Always use mmap instead of malloc\n" in usage()
249 p = malloc(size); in alloc_mem()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sctp_sendrecvmsg.c239 fillmsg = malloc(gstatus.sstat_rwnd+RWND_SLOP); in main()
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h347 void *buf = malloc(size); in test_malloc()
350 tst_brkm(TBROK, tst_exit, "malloc failed"); in test_malloc()
/third_party/libfuse/lib/
H A Dhelper.c190 subtype_opt = (char *) malloc(strlen(basename) + 64); in add_default_subtype()
H A Dmount_util.c329 dst = (char *) malloc(strlen(buf) + 1 + strlen(lastcomp) + 1); in fuse_mnt_resolve_path()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c338 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c338 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c387 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c273 m_tmp = malloc(sizeof(mes_t)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c405 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c182 matrices[i] = malloc(sizeof(struct matrices)); in main_thread()
195 perror("malloc"); in main_thread()

Completed in 18 milliseconds

1...<<101102103104105106107108109110>>...147