MEMPOOL_DEFINE_OBJECT_FACTORY(BlueStore::Onode, bluestore_onode,
bluestore_meta);
-(This is just because we need to name some static varables and we
+(This is just because we need to name some static variables and we
can't use :: in a variable name.)
In order to use the STL containers, simply use the namespaced variant
is enabled, the runtime complexity of dump is O(num_shards *
num_types). When debug name is disabled it is O(num_shards).
-You can also interogate a specific pool programatically with
+You can also interrogate a specific pool programmatically with
size_t bytes = mempool::unittest_2::allocated_bytes();
size_t items = mempool::unittest_2::allocated_items();