Home | History | Annotate | Download | only in allocator

Lines Matching defs:used_bytes

965 void RosAlloc::Run::InspectAllSlots(void (*handler)(void* start, void* end, size_t used_bytes, void* callback_arg),
1396 void RosAlloc::InspectAll(void (*handler)(void* start, void* end, size_t used_bytes, void* callback_arg),
1444 size_t used_bytes = num_pages * kPageSize;
1445 handler(start, end, used_bytes, arg);
1723 size_t used_bytes, void* arg) {
1724 if (used_bytes == 0) {
1728 *bytes_allocated += used_bytes;
1732 size_t used_bytes, void* arg) {
1733 if (used_bytes == 0) {
2187 << " #used_bytes=" << PrettySize(total_allocated_bytes) << "\n";