Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cc112 struct AsanChunk: ChunkBase { struct
113 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg()
114 uptr UsedSize(bool locked_version = false) { in UsedSize()
120 void *AllocBeg(bool locked_version = false) { in AllocBeg()
129 bool AddrIsInside(uptr addr, bool locked_version = false) { in AddrIsInside()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc114 struct AsanChunk: ChunkBase { struct
115 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg()
116 uptr UsedSize(bool locked_version = false) { in UsedSize()
122 void *AllocBeg(bool locked_version = false) { in AllocBeg()
131 bool AddrIsInside(uptr addr, bool locked_version = false) { in AddrIsInside()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc112 struct AsanChunk: ChunkBase { struct
113 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg()
114 uptr UsedSize(bool locked_version = false) { in UsedSize()
120 void *AllocBeg(bool locked_version = false) { in AllocBeg()
129 bool AddrIsInside(uptr addr, bool locked_version = false) { in AddrIsInside()