示例#1
0
 size_t& bytes_allocated() {
   return gc_.bytes_allocated();
 }
示例#2
0
 int bytes_allocated() {
   return gc_.bytes_allocated();
 }