Home
last modified time | relevance | path

Searched refs:malloc (Results 1751 - 1775 of 2846) sorted by relevance

1...<<71727374757677787980>>...114

/third_party/libuv/test/
H A Dtest-signal-multiple-loops.c174 loop = malloc(sizeof(*loop)); in loop_creating_worker()
H A Drunner-win.c24 #include <malloc.h>
H A Dtest-idna.c23 #define uv__malloc malloc
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c150 bf = malloc(alloc); in _lwsac_use()
/third_party/lzma/CPP/Common/
H A DMyWindows.cpp15 static inline void *AllocateForBSTR(size_t cb) { return ::malloc(cb); } in AllocateForBSTR()
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp206 return malloc(newSize); in context_alloc_fn()
H A Dtest-symbol.cpp52 return malloc(newSize); in context_alloc_fn()
H A Dtest-proxy.cpp174 return malloc(newSize); in context_alloc_fn()
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope.c341 jerryx_handle_t *handle = malloc (sizeof (jerryx_handle_t)); in jerryx_create_handle_in_scope()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c313 buf = malloc(sz + 1); in handle_file()
/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

Completed in 13 milliseconds

1...<<71727374757677787980>>...114