Пример #1
0
 size_t& bytes_allocated() {
   return gc_.bytes_allocated();
 }
Пример #2
0
 int bytes_allocated() {
   return gc_.bytes_allocated();
 }