git: kernel -- POSIX Message Queues: Remove objcache for MQ mess

看板DFBSD_commit作者時間15年前 (2011/03/04 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 88be9cd14ecda07101964c1158660f5b13addd28 Author: Venkatesh Srinivas <me@endeavour.zapto.org> Date: Thu Mar 3 22:55:11 2011 -0800 kernel -- POSIX Message Queues: Remove objcache for MQ messages. The MQ code was using objcache for messages upto the default max size; objcache was not really useful over kmalloc here, however. The messages did not have any constructed object state to store and using kmalloc leads to using appropriately sized message buffers each time. Summary of changes: sys/kern/sys_mqueue.c | 29 ++--------------------------- 1 files changed, 2 insertions(+), 27 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88be9cd14ecda07101964c1158660f5b13addd28 -- DragonFly BSD source repository
文章代碼(AID): #1DS8uqRD (DFBSD_commit)