Add instance counts to core classes.

This commit is contained in:
JoelKatz
2012-10-31 15:50:14 -07:00
parent cd93bd0de3
commit f0eb8e7943
7 changed files with 25 additions and 6 deletions

View File

@@ -17,6 +17,10 @@
SETUP_LOG();
DECLARE_INSTANCE(SHAMap);
DECLARE_INSTANCE(SHAMapItem);
DECLARE_INSTANCE(SHAMapTreeNode);
std::size_t hash_value(const SHAMapNode& mn)
{
std::size_t seed = theApp->getNonceST();