Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_common.h186 inline bool IsSpecialCaseOfOperatorNew0(uptr chunk_beg, uptr chunk_size, in IsSpecialCaseOfOperatorNew0() function
Dlsan_allocator.cc243 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk()