================ Comment at: asan_allocator2.cc:497 @@ +496,3 @@ + + AtomicallySetQuarantineFlag(m, ptr, stack); + QuarantineChunk(m, ptr, stack, alloc_type); ---------------- Please document that metadata must not be mutated until this function is called. Ditto below. http://llvm-reviews.chandlerc.com/D818