Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator2.cc181 struct AsanChunk: ChunkBase { struct
182 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg()
183 uptr UsedSize() { in UsedSize()
188 void *AllocBeg() { in AllocBeg()
194 u32 *AllocStackBeg() { in AllocStackBeg()
197 uptr AllocStackSize() { in AllocStackSize()
201 u32 *FreeStackBeg() { in FreeStackBeg()
204 uptr FreeStackSize() { in FreeStackSize()
Dasan_allocator.cc147 struct AsanChunk: public ChunkBase { struct
148 u32 *compressed_alloc_stack() { in compressed_alloc_stack()
151 u32 *compressed_free_stack() { in compressed_free_stack()
156 uptr compressed_alloc_stack_size() { in compressed_alloc_stack_size()
160 uptr compressed_free_stack_size() { in compressed_free_stack_size()