Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154942798
D27038.id79029.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
867 B
Referenced Files
None
Subscribers
None
D27038.id79029.diff
View Options
Index: sys/kern/kern_malloc.c
===================================================================
--- sys/kern/kern_malloc.c
+++ sys/kern/kern_malloc.c
@@ -156,19 +156,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
Fri, May 1, 5:39 AM (9 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32556863
Default Alt Text
D27038.id79029.diff (867 B)
Attached To
Mode
D27038: Prefix malloc zones with "malloc-"
Attached
Detach File
Event Timeline
Log In to Comment