Home
last modified time | relevance | path

Searched refs:IsSpecialCaseOfOperatorNew0 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.h312 inline bool IsSpecialCaseOfOperatorNew0(uptr chunk_beg, uptr chunk_size, in IsSpecialCaseOfOperatorNew0() function
Dlsan_allocator.cpp269 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp517 if (IsSpecialCaseOfOperatorNew0(chunk, metadata->GetRequestedSize(), addr)) in PointsIntoChunk()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_allocator.cpp1091 if (IsSpecialCaseOfOperatorNew0(chunk, m->UsedSize(), addr)) in PointsIntoChunk()