Add todo on sub-tree matching
authorMilian Wolff <mail@milianw.de>
Fri, 16 May 2014 00:46:04 +0000 (02:46 +0200)
committerMilian Wolff <mail@milianw.de>
Fri, 16 May 2014 00:46:04 +0000 (02:46 +0200)
malloctrace.cpp

index 8766f6a..069e980 100644 (file)
@@ -196,6 +196,7 @@ unsigned int print_caller()
         return tree.data[0];
     }
 
+    // TODO: sub-tree matching
     auto& treeCache = threadData.treeCache;
     auto it = treeCache.find(tree);
     if (it == treeCache.end()) {