Home
last modified time | relevance | path

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

1234567891011

/openbsd-src/regress/lib/libc/sys/
H A Dt_msync.c52 msync_sync(const char *garbage, int flags) in msync_sync() argument
97 len = strlen(garbage); in msync_sync()
98 rv = write(fd, garbage, len); in msync_sync()
114 if (memcmp(map + off, garbage, len) != 0) { in msync_sync()
/openbsd-src/regress/lib/libpthread/close/
H A Dclose.c102 char garbage[] = "blah blah blah"; in new_thread() local
108 CHECKe(write(fd, garbage, sizeof garbage)); in new_thread()
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D002_error.t51 eval { decode_json ("1\x01") }; ok $@ =~ /garbage after/;
52 eval { decode_json ("1\x00") }; ok $@ =~ /garbage after/;
53 eval { decode_json ("\"\"\x00") }; ok $@ =~ /garbage after/;
54 eval { decode_json ("[]\x00") }; ok $@ =~ /garbage after/;
/openbsd-src/regress/lib/libc/sleep/
H A Dsleep_test.c54 garbage(void) in garbage() function
81 garbage(); in main()
/openbsd-src/regress/usr.bin/mandoc/roff/sp/
H A Dbadargs-man.out_ascii18 trailing garbage:
21 garbage only:
H A Dbadargs-mdoc.out_ascii18 trailing garbage:
21 garbage only:
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-dwarfutil.rst29 .. option:: --garbage-collection
32 When the linker does section garbage collection the abandoned debug info
51 .. option:: --no-garbage-collection
53 Disable :option:`--garbage-collection`.
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst12 supports garbage collection. **Note that LLVM itself does not provide a
13 garbage collector.** You must provide your own.
46 * Use the memory allocation routines provided by your garbage collector's
82 and maintain. Many programming languages rely on garbage collection for
83 automatic memory management. There are two primary forms of garbage collection:
86 Conservative garbage collection often does not require any special support from
93 Accurate garbage collection requires the ability to identify all pointers in the
99 Conservative garbage collection is attractive because it does not require any
101 conservative garbage collector cannot *know* that a particular word in the
106 conservative garbage collectors (though these seem rare in practice).
[all …]
H A DLexicon.rst89 A pointer to the interior of an object, such that a garbage collector is
150 In garbage collection, the region of memory which is managed using
228 A pointer to an object such that the garbage collector is able to trace
267 In garbage collection, a pointer variable lying outside of the `heap`_ from
281 In garbage collection, it is necessary to identify `stack roots`_ so that
316 In garbage collection, metadata emitted by the code generator which
H A DStatepoints.rst12 This document describes a set of extensions to LLVM to support garbage
23 LLVM still supports an alternate mechanism for conservative garbage collection
32 To collect dead objects, garbage collectors must be able to identify
47 collector. Given this, a garbage collector can not safely rely on the
49 with. If the garbage collector wishes to move any object, the
54 most garbage collectors are organized in terms of three abstractions:
66 barrier is to update a 'card table' in a generational garbage
103 suitable for representing a garbage collected reference to an object. In
137 manner where the possible updates performed by the garbage collector are
154 garbage collected objects.
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DOptions.td35 defm garbage_collection : BB<"garbage-collection",
36 "Do garbage collection for debug info(default)",
37 "Don`t do garbage collection for debug info">;
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/
H A D04_thread.t29 $push_is->( \ %h, 0, "$level: garbage collected");
30 $push_is->( $ob_reg, 0, "$level: ob_reg garbage collected");
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/
H A Dsolib-d2.c8 garbage() in garbage() function
H A Dsolib-d1.c6 garbage(); in function_from_primary()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-modes.def31 unspecified garbage in the Carry flag. This mode is used
35 unspecified garbage in the Carry and Overflow flag. This
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dinvalid.out_html5 trailing garbage: &gt;&lt;
H A Dinvalid.out_ascii12 trailing garbage: ><
H A Dinvalid.out_utf812 trailing garbage: ><
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A Dplain.txt13 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
H A Dplain_explicit.txt15 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
H A Dplain_utf8.txt17 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
H A Dplain_latin1.txt17 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp236 char *garbage = internal_strstr(buff.data() + 1, output_terminator_); in ReadFromSymbolizer() local
239 CHECK(garbage); in ReadFromSymbolizer()
242 uintptr_t new_size = garbage - buff.data(); in ReadFromSymbolizer()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c846 int garbage; in mips_send_packet() local
864 garbage = 0; in mips_send_packet()
875 err = mips_receive_header (hdr, &garbage, ch, mips_retransmit_wait); in mips_send_packet()
910 (void) mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
923 err = mips_receive_trailer (trlr, &garbage, &ch, in mips_send_packet()
963 ++garbage; in mips_send_packet()
981 int garbage; in mips_receive_packet() local
987 garbage = 0; in mips_receive_packet()
995 if (mips_receive_header (hdr, &garbage, ch, timeout) != 0) in mips_receive_packet()
1015 (void) mips_receive_trailer (trlr, &garbage, &ch, timeout); in mips_receive_packet()
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386-modes.def48 unspecified garbage in the Carry flag. This mode is used
52 unspecified garbage in the Carry and Overflow flag. This

1234567891011