Home
last modified time | relevance | path

Searched defs:chunk_beg (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h291 static inline bool IsItaniumABIArrayCookie(uptr chunk_beg, uptr chunk_size, in IsItaniumABIArrayCookie()
302 static inline bool IsARMABIArrayCookie(uptr chunk_beg, uptr chunk_size, in IsARMABIArrayCookie()
312 inline bool IsSpecialCaseOfOperatorNew0(uptr chunk_beg, uptr chunk_size, in IsSpecialCaseOfOperatorNew0()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp406 uptr chunk_beg = user_beg - kChunkHeaderSize; Allocate() local
447 uptr chunk_beg = p - kChunkHeaderSize; Deallocate() local
487 uptr chunk_beg = p - kChunkHeaderSize; Reallocate() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp602 uptr chunk_beg = user_beg - kChunkHeaderSize; in Allocate() local
708 uptr chunk_beg = p - kChunkHeaderSize; in Deallocate() local
751 uptr chunk_beg = p - kChunkHeaderSize; Reallocate() local