Home
last modified time | relevance | path

Searched refs:malloc (Results 876 - 900 of 4909) sorted by relevance

1...<<31323334353637383940>>...197

/third_party/libuv/docs/code/plugin/
H A Dmain.c21 uv_lib_t *lib = (uv_lib_t*) malloc(sizeof(uv_lib_t)); in main()
/third_party/libunwind/libunwind/src/ppc64/
H A DGcreate_addr_space.c46 as = malloc (sizeof (*as)); in unw_create_addr_space()
/third_party/libsnd/ossfuzz/
H A Dsndfile_fuzzer.cc22 read_buffer = (float*)malloc(sizeof(float) * sndfile_info.channels); in LLVMFuzzerTestOneInput()
/third_party/ltp/include/lapi/
H A Dcpuset.h24 #define CPU_ALLOC(ncpus) malloc(sizeof(cpu_set_t)); \
/third_party/node/test/node-api/test_instance_data/
H A Daddon.c13 napi_ref* ref = malloc(sizeof(*ref)); in addon_new()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_loop.c21 char *buf = (char *) malloc(bufsize); in fuse_session_loop()
/third_party/ntfs-3g/libntfs-3g/
H A Dmisc.c57 p = malloc(size); in ntfs_malloc()
59 ntfs_log_perror("Failed to malloc %lld bytes", (long long)size); in ntfs_malloc()
/third_party/musl/src/network/
H A Dgethostbyname2.c16 h = malloc(size+=size+1); in gethostbyname2()
H A Dgethostbyaddr.c15 h = malloc(size+=size+1); in gethostbyaddr()
/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/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()

Completed in 7 milliseconds

1...<<31323334353637383940>>...197