|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/util/region.H>#include <hobbes/util/str.H>#include <stdlib.h>#include <algorithm>
Namespaces | |
| hobbes | |
| hobbes::pattr | |
Enumerations | |
| enum | hobbes::pattr::E { hobbes::pattr::allocated, hobbes::pattr::used, hobbes::pattr::wasted } |
Functions | |
| void | hobbes::dbglog (const std::string &) |
| size_t | hobbes::sumAttr (const mempage *p, pattr::E a) |
| std::string | hobbes::showPage (mempage *p) |
| std::string | hobbes::showPages (mempage *ps) |
1.8.13