Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109757135
D27038.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
882 B
Referenced Files
None
Subscribers
None
D27038.diff
View Options
Index: head/sys/kern/kern_malloc.c
===================================================================
--- head/sys/kern/kern_malloc.c
+++ head/sys/kern/kern_malloc.c
@@ -158,19 +158,19 @@
const char *kz_name;
uma_zone_t kz_zone[MALLOC_DEBUG_MAXZONES];
} kmemzones[] = {
- {16, "16", },
- {32, "32", },
- {64, "64", },
- {128, "128", },
- {256, "256", },
- {512, "512", },
- {1024, "1024", },
- {2048, "2048", },
- {4096, "4096", },
- {8192, "8192", },
- {16384, "16384", },
- {32768, "32768", },
- {65536, "65536", },
+ {16, "malloc-16", },
+ {32, "malloc-32", },
+ {64, "malloc-64", },
+ {128, "malloc-128", },
+ {256, "malloc-256", },
+ {512, "malloc-512", },
+ {1024, "malloc-1024", },
+ {2048, "malloc-2048", },
+ {4096, "malloc-4096", },
+ {8192, "malloc-8192", },
+ {16384, "malloc-16384", },
+ {32768, "malloc-32768", },
+ {65536, "malloc-65536", },
{0, NULL},
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 3:56 AM (4 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16570071
Default Alt Text
D27038.diff (882 B)
Attached To
Mode
D27038: Prefix malloc zones with "malloc-"
Attached
Detach File
Event Timeline
Log In to Comment