hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Namespaces | Enumerations | Functions
region.C File Reference
#include <hobbes/util/region.H>
#include <hobbes/util/str.H>
#include <stdlib.h>
#include <algorithm>
Include dependency graph for region.C:

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)