Ejemplo n.º 1
0
 size_t& bytes_allocated() {
   return gc_.bytes_allocated();
 }
Ejemplo n.º 2
0
 int bytes_allocated() {
   return gc_.bytes_allocated();
 }