OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckAlignedAllocAlignmentAndSize
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_checks.h
45
INLINE bool
CheckAlignedAllocAlignmentAndSize
(uptr alignment, uptr size) {
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc
158
if (UNLIKELY(!
CheckAlignedAllocAlignmentAndSize
(alignment, size))) {
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
291
if (UNLIKELY(!
CheckAlignedAllocAlignmentAndSize
(alignment, size))) {
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc
269
if (UNLIKELY(!
CheckAlignedAllocAlignmentAndSize
(align, sz))) {
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
929
if (UNLIKELY(!
CheckAlignedAllocAlignmentAndSize
(alignment, size))) {
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025