Home
last modified time | relevance | path

Searched defs:requested_size (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h45 uptr requested_size : 54; member
47 uptr requested_size : 32; member
H A Dlsan_allocator.cpp322 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory()
H A Dsanitizer_allocator.cpp79 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { in ReportInternalAllocatorOutOfMemory()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h128 u32 requested_size; member
H A Dhwasan_allocator.cpp618 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp28 uptr requested_size; member
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c599 u32 requested_size; in mlx4_create_zones() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp30 uptr requested_size; member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h264 uptr requested_size; member
H A Dasan_report.cpp324 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory()
H A Dasan_allocator.cpp1185 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp425 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget()