* Also print the maximum full count, and the magazine capacity when being
dumped. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35603 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -358,6 +358,8 @@ dump_object_depot(object_depot* depot)
|
|||||||
{
|
{
|
||||||
kprintf(" full: %p, count %lu\n", depot->full, depot->full_count);
|
kprintf(" full: %p, count %lu\n", depot->full, depot->full_count);
|
||||||
kprintf(" empty: %p, count %lu\n", depot->empty, depot->empty_count);
|
kprintf(" empty: %p, count %lu\n", depot->empty, depot->empty_count);
|
||||||
|
kprintf(" max full: %lu\n", depot->max_count);
|
||||||
|
kprintf(" capacity: %lu\n", depot->magazine_capacity);
|
||||||
kprintf(" stores:\n");
|
kprintf(" stores:\n");
|
||||||
|
|
||||||
int cpuCount = smp_get_num_cpus();
|
int cpuCount = smp_get_num_cpus();
|
||||||
|
|||||||
Reference in New Issue
Block a user