Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147925885
D49571.1784808602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
362 B
Referenced Files
None
Subscribers
None
D49571.1784808602.diff
View Options
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -1142,6 +1142,9 @@
case SLAB_COOKIE_MALLOC_LARGE:
size = malloc_large_size(slab);
break;
+ case SLAB_COOKIE_CONTIG_MALLOC:
+ size = round_page(contigmalloc_size(slab));
+ break;
default:
__assert_unreachable();
size = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 12:10 PM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29238750
Default Alt Text
D49571.1784808602.diff (362 B)
Attached To
Mode
D49571: LinuxKPI: implement krealloc() for memory being contiguous
Attached
Detach File
Event Timeline
Log In to Comment