[DragonFlyBSD - Bug #2489] nmalloc doesn't cache VA for allocations > 8KB

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Tue Jun 10 05:51:42 PDT 2014


Issue #2489 has been updated by jorisgio.

Description updated
Category set to Feature request

----------------------------------------
Bug #2489: nmalloc doesn't cache VA for allocations > 8KB
http://bugs.dragonflybsd.org/issues/2489#change-12069

* Author: vsrinivas
* Status: New
* Priority: Normal
* Assignee: 
* Category: Feature request
* Target version: 
----------------------------------------
Recently x86-64's default C library allocator was switched back to nmalloc
from dmalloc for fragmentation concerns exposed by xulrunner. nmalloc doesn't
cache address space in userland for buffers larger than 8KB, which mean
hitting mmap allocations for any of those requests. Some limited form of
VA caching should improve performance in general and mitigate some-to-all
of the performance hit going back from dmalloc to nmalloc.

-- vs;



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list