summaryrefslogtreecommitdiff
path: root/src/base/trie.hh
AgeCommit message (Expand)Author
2017-12-04base: Rework the trie dump function to accept a different ostream.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-12-04tests: Remove trietest's dependence on cprintf.Gabe Black
2012-04-22base: Include cassert in trie.hh.Gabe Black
2012-04-14sim: Update some comments in trie.hh that were meant to go in the last change.Gabe Black
2012-04-14sim: A trie data structure specifically to speed up paging lookups.Gabe Black