Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h51 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {} in AsanChunkView() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.h53 explicit AsanChunkView(AsanChunk *chunk) : chunk_(chunk) {} in AsanChunkView() function