Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-tcp-connect-error.c47 const char garbage[] = in TEST_IMPL() local
54 garbage_addr = (const struct sockaddr_in*) &garbage; in TEST_IMPL()
H A Dtest-tcp-connect6-error.c46 const char garbage[] = in TEST_IMPL() local
56 garbage_addr = (const struct sockaddr_in6*) &garbage; in TEST_IMPL()
H A Dtest-tcp-bind6-error.c101 char garbage[] = in TEST_IMPL() local
110 garbage_addr = (struct sockaddr_in6*) &garbage; in TEST_IMPL()
H A Dtest-tcp-bind-error.c162 char garbage[] = in TEST_IMPL() local
168 garbage_addr = (struct sockaddr_in*) &garbage; in TEST_IMPL()
/libuv/
H A DMAINTAINERS.md50 be garbage collected since nothing references it, so we'll create a tag for it:
/libuv/docs/src/guide/
H A Dutilities.rst76 The latter can be used with interval timers. You might have a garbage collector
95 We initialize the garbage collector timer, then immediately ``unref`` it.
97 automatically exits, even though the garbage collector is still running.

Completed in 16 milliseconds