| /netbsd-src/sys/kern/ |
| H A D | subr_kmem.c | 286 kmem_intr_alloc(size_t requested_size, km_flag_t kmflags) in kmem_intr_alloc() argument 289 const size_t origsize = requested_size; in kmem_intr_alloc() 296 KASSERT(requested_size > 0); in kmem_intr_alloc() 301 kasan_add_redzone(&requested_size); in kmem_intr_alloc() 302 size = kmem_roundup_size(requested_size); in kmem_intr_alloc() 310 p, requested_size, allocsz, kmflags); in kmem_intr_alloc() 316 p, requested_size, allocsz, kmflags); in kmem_intr_alloc() 323 ret ? NULL : p, requested_size, round_page(size), kmflags); in kmem_intr_alloc() 335 kmem_size_set(p, requested_size); in kmem_intr_alloc() 363 kmem_intr_free(void *p, size_t requested_size) in kmem_intr_free() argument [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_allocator.cc | 60 m->requested_size = size; in RegisterAllocation() 138 return m->requested_size; in GetMallocUsableSize() 241 if (addr < chunk + m->requested_size) in PointsIntoChunk() 243 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk() 269 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata 270 return reinterpret_cast<ChunkMetadata *>(metadata_)->requested_size; in requested_size() 286 if (m->allocated && (uptr)p < (uptr)chunk + m->requested_size) { in IgnoreObjectLocked()
|
| H A D | lsan_common.cc | 181 pp, p, chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 187 chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 350 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 361 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb() 374 chunk, chunk + m.requested_size(), m.requested_size()); in CollectIgnoredCb() 505 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
|
| H A D | lsan_allocator.h | 45 uptr requested_size : 54; member 47 uptr requested_size : 32; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| H A D | lsan_allocator.cc | 63 m->requested_size = size; in RegisterAllocation() 141 return m->requested_size; in GetMallocUsableSize() 244 if (addr < chunk + m->requested_size) in PointsIntoChunk() 246 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk() 272 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata 273 return reinterpret_cast<ChunkMetadata *>(metadata_)->requested_size; in requested_size() 289 if (m->allocated && (uptr)p < (uptr)chunk + m->requested_size) { in IgnoreObjectLocked()
|
| H A D | lsan_common.cc | 179 pp, p, chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 185 chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 348 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 359 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb() 372 chunk, chunk + m.requested_size(), m.requested_size()); in CollectIgnoredCb() 503 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
|
| H A D | lsan_allocator.h | 43 uptr requested_size : 54; member 45 uptr requested_size : 32; member
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_allocator.cpp | 66 m->requested_size = size; in RegisterAllocation() 148 return m->requested_size; in GetMallocUsableSize() 262 if (addr < chunk + m->requested_size) in PointsIntoChunk() 264 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk() 290 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata 291 return reinterpret_cast<ChunkMetadata *>(metadata_)->requested_size; in requested_size() 307 if (m->allocated && (uptr)p < (uptr)chunk + m->requested_size) { in IgnoreObjectLocked()
|
| H A D | lsan_common.cpp | 206 (void *)pp, p, (void *)chunk, (void *)(chunk + m.requested_size()), in ScanRangeForPointers() 207 m.requested_size()); in ScanRangeForPointers() 214 (void *)(chunk + m.requested_size()), m.requested_size()); in ScanRangeForPointers() 433 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 444 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb() 463 (void *)(chunk + m.requested_size()), m.requested_size()); in IgnoredSuppressedCb() 475 (void *)(chunk + m.requested_size()), m.requested_size()); in CollectIgnoredCb() 591 leak_report->AddLeakedChunk(chunk, m.stack_trace_id(), m.requested_size(), in CollectLeaksCb()
|
| H A D | lsan_allocator.h | 44 uptr requested_size : 54; member 46 uptr requested_size : 32; member
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_allocator.cc | 29 uptr requested_size; member 171 meta->requested_size = size; in MsanAllocate() 190 uptr size = meta->requested_size; in MsanDeallocate() 191 meta->requested_size = 0; in MsanDeallocate() 216 uptr old_size = meta->requested_size; in MsanReallocate() 220 meta->requested_size = new_size; in MsanReallocate() 252 return b->requested_size; in AllocationSize()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ggc-none.c | 38 ggc_round_alloc_size (size_t requested_size) in ggc_round_alloc_size() argument 40 return requested_size; in ggc_round_alloc_size()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ggc-none.cc | 38 ggc_round_alloc_size (size_t requested_size) in ggc_round_alloc_size() argument 40 return requested_size; in ggc_round_alloc_size()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cc | 114 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() argument 118 "bytes\n", SanitizerToolName, requested_size); in ReportOutOfMemory()
|
| H A D | sanitizer_allocator.cc | 141 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { in ReportInternalAllocatorOutOfMemory() argument 144 "0x%zx bytes\n", SanitizerToolName, requested_size); in ReportInternalAllocatorOutOfMemory()
|
| H A D | sanitizer_allocator_report.h | 32 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cc | 116 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() argument 120 "bytes\n", SanitizerToolName, requested_size); in ReportOutOfMemory()
|
| H A D | sanitizer_allocator.cc | 143 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { in ReportInternalAllocatorOutOfMemory() argument 146 "0x%zx bytes\n", SanitizerToolName, requested_size); in ReportInternalAllocatorOutOfMemory()
|
| H A D | sanitizer_allocator_report.h | 34 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cpp | 128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() argument 132 "bytes\n", SanitizerToolName, requested_size); in ReportOutOfMemory()
|
| H A D | sanitizer_allocator.cpp | 140 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { in ReportInternalAllocatorOutOfMemory() argument 143 "0x%zx bytes\n", SanitizerToolName, requested_size); in ReportInternalAllocatorOutOfMemory()
|
| H A D | sanitizer_allocator_report.h | 35 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_report.cpp | 152 h.tagged_addr + h.requested_size > tagged_addr) { in FindHeapAllocation() 163 UntagAddr(h.tagged_addr) + h.requested_size > UntagAddr(tagged_addr)) { in FindHeapAllocation() 173 untag_4b(h.tagged_addr) + h.requested_size > untag_4b(tagged_addr)) { in FindHeapAllocation() 464 har.requested_size, UntagAddr(har.tagged_addr), in PrintAddressDescription() 465 UntagAddr(har.tagged_addr) + har.requested_size); in PrintAddressDescription()
|
| H A D | hwasan_allocator.h | 106 u32 requested_size; member
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.h | 156 int requested_size; variable 280 int get_requested_point_size() { return requested_size; } in get_requested_point_size()
|