vitalybuka added inline comments. ================ Comment at: compiler-rt/trunk/lib/esan/esan_circular_buffer.h:43 @@ +42,3 @@ + void free() { + UnmapOrDie(Data, Capacity * sizeof(T)); + } ---------------- private: free() ? Repository: rL LLVM http://reviews.llvm.org/D20579