Abhishek Kona 63f216ee0a memory manage statistics
Summary:
Earlier Statistics object was a raw pointer. This meant the user had to clear up
the Statistics object after creating the database. In most use cases the database is created in a function and the statistics pointer is out of scope. Hence the statistics object would never be deleted.
Now Using a shared_ptr to manage this.

Want this in before the next release.

Test Plan: make all check.

Reviewers: dhruba, emayanke

Reviewed By: emayanke

CC: leveldb

Differential Revision: https://reviews.facebook.net/D9735
2013-03-27 11:27:39 -07:00
..
2013-02-28 18:04:58 -08:00
2011-10-31 17:22:06 +00:00
2013-02-28 18:04:58 -08:00
2012-04-17 08:36:46 -07:00
2011-10-31 17:22:06 +00:00
2013-03-27 11:27:39 -07:00
2012-12-16 08:58:28 -08:00
2013-03-27 11:27:39 -07:00
2013-02-28 18:04:58 -08:00
2012-11-28 17:18:41 -08:00