| /src/usr.bin/make/unit-tests/ |
| directive-ifndef.exp | 1 make: directive-ifndef.mk:14: guarded section
|
| directive-ifndef.mk | 13 # expect+1: guarded section 14 . info guarded section 19 . info guarded section 24 . info guarded section
|
| directive-include-guard.mk | 5 # A file that is guarded by a multiple-inclusion guard has one of the 40 # for any other reason) is only processed once, to see whether it is guarded. 94 # for any other reason) is only processed once, to see whether it is guarded. 280 # time, the file is considered guarded as well. In such a case, the parser 283 # decide whether the file is guarded. 307 # The whole file content must be guarded by a single '.if' conditional, not by 346 # file is included, the guarded file is included again. 506 # without defining the guard target, the file is considered guarded. 557 # the file is read once and then considered guarded.
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| double_free.c | 34 bool guarded = extent_is_guarded(tsdn_fetch(), ptr); local 36 if (!guarded) { 40 * Skip because guarded extents may unguard immediately on 57 bool guarded = extent_is_guarded(tsdn_fetch(), ptr); local 59 if (!guarded) { 63 * Skip because guarded extents may unguard immediately on
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| double_free.c | 34 bool guarded = extent_is_guarded(tsdn_fetch(), ptr); local 36 if (!guarded) { 40 * Skip because guarded extents may unguard immediately on 57 bool guarded = extent_is_guarded(tsdn_fetch(), ptr); local 59 if (!guarded) { 63 * Skip because guarded extents may unguard immediately on
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| pai.h | 10 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 41 bool zero, bool guarded, bool frequent_reuse, 43 return self->alloc(tsdn, self, size, alignment, zero, guarded,
|
| extent.h | 24 bool zero, bool guarded); 27 bool zero, bool guarded);
|
| pa.h | 170 size_t alignment, bool slab, szind_t szind, bool zero, bool guarded,
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| pai.h | 10 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 41 bool zero, bool guarded, bool frequent_reuse, 43 return self->alloc(tsdn, self, size, alignment, zero, guarded,
|
| extent.h | 24 bool zero, bool guarded); 27 bool zero, bool guarded);
|
| pa.h | 170 size_t alignment, bool slab, szind_t szind, bool zero, bool guarded,
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| pai.h | 10 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 41 bool zero, bool guarded, bool frequent_reuse, 43 return self->alloc(tsdn, self, size, alignment, zero, guarded,
|
| extent.h | 24 bool zero, bool guarded); 27 bool zero, bool guarded);
|
| pa.h | 170 size_t alignment, bool slab, szind_t szind, bool zero, bool guarded,
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| pai.h | 10 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 41 bool zero, bool guarded, bool frequent_reuse, 43 return self->alloc(tsdn, self, size, alignment, zero, guarded,
|
| extent.h | 24 bool zero, bool guarded); 27 bool zero, bool guarded);
|
| pa.h | 170 size_t alignment, bool slab, szind_t szind, bool zero, bool guarded,
|
| /src/external/bsd/jemalloc/dist/src/ |
| pac.c | 8 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 113 size_t alignment, bool zero, bool guarded) { 114 assert(!guarded || alignment <= PAGE); 117 NULL, size, alignment, zero, guarded); 121 NULL, size, alignment, zero, guarded); 126 guarded); 147 /* Alloc a non-guarded extent first.*/ 149 /* alignment */ PAGE, zero, /* guarded */ false); 165 bool zero, bool guarded, bool frequent_reuse, 172 * The condition is an optimization - not frequently reused guarded [all...] |
| extent.c | 40 bool zero, bool *commit, bool growing_retained, bool guarded); 45 bool zero, bool *commit, bool guarded); 80 bool guarded) { 88 size, alignment, zero, &commit, false, guarded); 90 assert(edata == NULL || edata_guarded_get(edata) == guarded); 97 bool guarded) { 105 size, alignment, zero, &commit, guarded); 116 if (guarded) { 118 * Means no cached guarded extents available (and no 120 * will alloc regular extents to make new guarded ones [all...] |
| pa.c | 123 bool slab, szind_t szind, bool zero, bool guarded, 127 assert(!guarded || alignment <= PAGE); 130 if (!guarded && pa_shard_uses_hpa(shard)) { 132 zero, /* guarded */ false, slab, deferred_work_generated); 140 guarded, slab, deferred_work_generated);
|
| sec.c | 7 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 222 bool guarded, bool frequent_reuse, bool *deferred_work_generated) { 224 assert(!guarded); 231 /* guarded */ false, frequent_reuse, 257 zero, /* guarded */ false, frequent_reuse,
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| pac.c | 8 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 113 size_t alignment, bool zero, bool guarded) { 114 assert(!guarded || alignment <= PAGE); 117 NULL, size, alignment, zero, guarded); 121 NULL, size, alignment, zero, guarded); 126 guarded); 147 /* Alloc a non-guarded extent first.*/ 149 /* alignment */ PAGE, zero, /* guarded */ false); 165 bool zero, bool guarded, bool frequent_reuse, 172 * The condition is an optimization - not frequently reused guarded [all...] |
| extent.c | 40 bool zero, bool *commit, bool growing_retained, bool guarded); 45 bool zero, bool *commit, bool guarded); 80 bool guarded) { 88 size, alignment, zero, &commit, false, guarded); 90 assert(edata == NULL || edata_guarded_get(edata) == guarded); 97 bool guarded) { 105 size, alignment, zero, &commit, guarded); 116 if (guarded) { 118 * Means no cached guarded extents available (and no 120 * will alloc regular extents to make new guarded ones [all...] |
| pa.c | 123 bool slab, szind_t szind, bool zero, bool guarded, 127 assert(!guarded || alignment <= PAGE); 130 if (!guarded && pa_shard_uses_hpa(shard)) { 132 zero, /* guarded */ false, slab, deferred_work_generated); 140 guarded, slab, deferred_work_generated);
|
| sec.c | 7 size_t alignment, bool zero, bool guarded, bool frequent_reuse, 222 bool guarded, bool frequent_reuse, bool *deferred_work_generated) { 224 assert(!guarded); 231 /* guarded */ false, frequent_reuse, 257 zero, /* guarded */ false, frequent_reuse,
|