| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_msync.c | 52 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 D | close.c | 102 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 D | 002_error.t | 51 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 D | sleep_test.c | 54 garbage(void) in garbage() function 81 garbage(); in main()
|
| /openbsd-src/regress/usr.bin/mandoc/roff/sp/ |
| H A D | badargs-man.out_ascii | 18 trailing garbage: 21 garbage only:
|
| H A D | badargs-mdoc.out_ascii | 18 trailing garbage: 21 garbage only:
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 29 .. 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 D | GarbageCollection.rst | 12 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 D | Lexicon.rst | 89 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 D | Statepoints.rst | 12 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 D | Options.td | 35 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 D | 04_thread.t | 29 $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 D | solib-d2.c | 8 garbage() in garbage() function
|
| H A D | solib-d1.c | 6 garbage(); in function_from_primary()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386-modes.def | 31 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 D | invalid.out_html | 5 trailing garbage: ><
|
| H A D | invalid.out_ascii | 12 trailing garbage: ><
|
| H A D | invalid.out_utf8 | 12 trailing garbage: ><
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/ |
| H A D | plain.txt | 13 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
|
| H A D | plain_explicit.txt | 15 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
|
| H A D | plain_utf8.txt | 17 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
|
| H A D | plain_latin1.txt | 17 CONUS Khaddafi NATIA data havens Spetznaz afsatcom BOP Semtex garbage
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 236 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 D | remote-mips.c | 846 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 D | i386-modes.def | 48 unspecified garbage in the Carry flag. This mode is used 52 unspecified garbage in the Carry and Overflow flag. This
|