Lines Matching defs:bytes
157 uint64_t bytes = 0;
166 bytes += r->BytesAllocated();
170 bytes += r->BytesAllocated();
175 bytes += r->BytesAllocated();
180 bytes += r->BytesAllocated();
187 return bytes;
192 uint64_t bytes = 0;
201 bytes += r->ObjectsAllocated();
205 bytes += r->ObjectsAllocated();
210 bytes += r->ObjectsAllocated();
215 bytes += r->ObjectsAllocated();
222 return bytes;