Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc247 static AsanChunk *PtrToChunk(uptr ptr) { in PtrToChunk() function
696 CHECK(m == PtrToChunk(addr)); in Allocate()
723 AsanChunk *m = PtrToChunk((uptr)ptr); in Deallocate()
775 AsanChunk *m = PtrToChunk((uptr)old_ptr); in Reallocate()