Home
last modified time | relevance | path

Searched refs:malloc (Results 726 - 750 of 4191) sorted by relevance

1...<<21222324252627282930>>...168

/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addchdir.c9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addchdir_np()
H A Dposix_spawn_file_actions_addclose.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose()
H A Dposix_spawn_file_actions_addopen.c12 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2()
/third_party/musl/src/locale/
H A Dtextdomain.c25 current_domain = malloc(NAME_MAX+1); in textdomain()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr.c15 h = malloc(size+=size+1); in gethostbyaddr()
/third_party/musl/src/network/
H A Dgethostbyaddr.c15 h = malloc(size+=size+1); in gethostbyaddr()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addopen.c12 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2()
H A Dposix_spawn_file_actions_addclose.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose()
/third_party/mesa3d/src/mesa/main/
H A Dcpuinfo.c57 buffer = malloc(MAX_STRING); in _mesa_get_cpu_string()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_descriptors.c48 *sorted_bindings = malloc(count * sizeof(VkDescriptorSetLayoutBinding)); in vk_create_sorted_bindings()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dscheck.c23 fbuf = malloc(2 * strlen(format) + 4); in scheck()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_read.c30 buf = malloc(bufsize); in main()
/third_party/ltp/testcases/lib/
H A Dtst_check_kconfigs.c36 char **kconfigs = malloc(++cnt * sizeof(char *)); in main()
38 fprintf(stderr, "malloc failed\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
H A D10-1.c34 ptr = malloc(page_size); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
H A D11-1.c34 ptr = malloc(page_size); in main()
H A D7-1.c26 ptr = malloc(BUFSIZE); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D39-1.c35 shm_name = malloc(name_max + 3); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D1-1.c59 if ((alternate_s.ss_sp = malloc(SIGSTKSZ)) == NULL) { in main()
H A D11-1.c50 if ((altstack1.ss_sp = malloc(SIGSTKSZ)) == NULL) { in main()
H A D10-1.c41 if ((alternate_s.ss_sp = malloc(SIGSTKSZ)) == NULL) { in main()
H A D12-1.c50 if ((altstack1.ss_sp = malloc(SIGSTKSZ)) == NULL) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D10-1.c36 shm_name = malloc(name_max + 3); in main()
39 perror("malloc() failed"); in main()
/third_party/mesa3d/src/gallium/tests/graw/
H A Ddisasm.c66 tokens = malloc(max_tokens * sizeof *tokens); in disasm()

Completed in 5 milliseconds

1...<<21222324252627282930>>...168