| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cc | 54 return metadata_ && metadata_->alloc_context_id && metadata_->requested_size; in IsAllocated() 58 static uptr AlignRight(uptr addr, uptr requested_size) { in AlignRight() argument 59 uptr tail_size = requested_size % kShadowAlignment; in AlignRight() 68 return AlignRight(block_, metadata_->requested_size); in Beg() 75 return metadata_->requested_size; in UsedSize() 166 meta->requested_size = static_cast<u32>(orig_size); in HwasanAllocate() 219 uptr orig_size = meta->requested_size; in HwasanDeallocate() 235 meta->requested_size = 0; in HwasanDeallocate() 273 Min(new_size, static_cast<uptr>(meta->requested_size))); in HwasanReallocate() 309 return b->requested_size; in AllocationSize()
|
| H A D | hwasan_allocator.h | 38 u32 requested_size : 31; // sizes are < 2G. in DECLARE_REAL() member 99 u32 requested_size; in DECLARE_REAL() member
|
| H A D | hwasan_report.cc | 128 h.tagged_addr + h.requested_size > tagged_addr) { in FindHeapAllocation() 206 har.requested_size, UntagAddr(har.tagged_addr), in PrintAddressDescription() 207 UntagAddr(har.tagged_addr) + har.requested_size); in PrintAddressDescription()
|
| /freebsd-12.1/contrib/compiler-rt/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
|
| H A D | lsan_common.h | 246 uptr requested_size() const;
|
| /freebsd-12.1/contrib/compiler-rt/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()
|
| /freebsd-12.1/contrib/compiler-rt/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);
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_qp.c | 599 u32 requested_size; in mlx4_create_zones() local 607 requested_size = min((u32)MLX4_QP_TABLE_RAW_ETH_SIZE, bf_mask + 1); in mlx4_create_zones() 613 !((last_offset + requested_size - 1) & in mlx4_create_zones() 615 size = requested_size; in mlx4_create_zones() 631 requested_size); in mlx4_create_zones() 632 if (size < requested_size) { in mlx4_create_zones() 638 requested_size); in mlx4_create_zones()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_tempbuf.h | 108 requested_size() const in _GLIBCXX_BEGIN_NAMESPACE()
|
| H A D | stl_algo.h | 2232 _DistanceType(__buf.requested_size()), in stable_partition() 2237 _DistanceType(__buf.requested_size())); in stable_partition()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 75 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
| H A D | asan_errors.h | 249 uptr requested_size; member 255 requested_size(requested_size_) {} in ErrorOutOfMemory()
|
| H A D | asan_report.cc | 311 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() argument 313 ErrorOutOfMemory error(GetCurrentTidOrInvalid(), stack, requested_size); in ReportOutOfMemory()
|
| H A D | asan_errors.cc | 273 "0x%zx bytes\n", requested_size); in Print()
|
| H A D | asan_allocator.cc | 1038 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | memory | 172 * functions, as well as requested_size(). For non-trivial types, copies 179 * copy of [first,last), but if size() is less than requested_size(),
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_alloc.cpp | 426 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget() argument 428 bufsize size = requested_size; in bget() 623 th, requested_size); /* This can't, I say, can't get into a loop. */ in bget()
|