OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__calloc
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
haiku.c
158
*cpu_infos =
uv__calloc
(system.cpu_count, sizeof(**cpu_infos));
hurd.c
149
*cpu_infos =
uv__calloc
(hbi.avail_cpus, sizeof(**cpu_infos));
bsd-ifaddrs.c
97
*addresses =
uv__calloc
(1, *count * sizeof(**addresses) + namelen);
loop.c
39
lfields =
uv__calloc
(1, sizeof(*lfields));
os390.c
299
ifc.__nif6h_buffer =
uv__calloc
(1, maxsize);
341
*addresses =
uv__calloc
(1, *count * sizeof(uv_interface_address_t));
436
ifc.ifc_req =
uv__calloc
(1, maxsize);
491
*addresses =
uv__calloc
(1, (*count + count_v6) *
linux-core.c
286
ci =
uv__calloc
(numcpus, sizeof(*ci));
666
*addresses =
uv__calloc
(*count, sizeof(**addresses));
ibmi.c
427
*addresses =
uv__calloc
(1, *count * sizeof(**addresses) + namelen);
fsevents.c
593
state =
uv__calloc
(1, sizeof(*state));
sunos.c
859
*addresses =
uv__calloc
(1, *count * sizeof(**addresses) + namelen);
aix.c
1189
*addresses =
uv__calloc
(1, *count * sizeof(**addresses) + namelen);
linux.c
1785
cpus =
uv__calloc
(ARRAY_SIZE(*cpus), sizeof(**cpus));
1989
*addresses =
uv__calloc
(1, *count * sizeof(**addresses) + namelen);
core.c
1463
*envitems =
uv__calloc
(i, sizeof(**envitems));
/src/external/mit/libuv/dist/src/
fs-poll.c
80
ctx =
uv__calloc
(1, sizeof(*ctx) + len);
uv-common.h
389
void *
uv__calloc
(size_t count, size_t size);
uv-common.c
92
void*
uv__calloc
(size_t count, size_t size) {
function
/src/external/mit/libuv/dist/src/win/
core.c
240
lfields = (uv__loop_internal_fields_t*)
uv__calloc
(1, sizeof(*lfields));
util.c
549
cpu_infos =
uv__calloc
(cpu_count, sizeof *cpu_infos);
1239
*envitems =
uv__calloc
(i, sizeof(**envitems));
pipe.c
1799
bufs =
uv__calloc
(buf_count, sizeof(uv_buf_t));
Completed in 26 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026