Searched +hist:0 +hist:d066dea (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/cache/
H A Dblock_cache.cppdiff 0e6ece91 Wed Jul 10 17:21:14 MDT 2019 Augustin Cavalier <waddlesplash@gmail.com> block_cache: Use an object_cache for the cache_notifications.

cache_listeners are (following packagefs changes) the second-most
allocated object during the boot process, with 20799 on a
*minimum* image. Since they are used so extensively in BFS I/O,
making them object_cached for both performance and memory reasons
seems to make a lot of sense.

Change-Id: I6ef6c3e811c0c4189fea45ee7920131796c9e7c8
Reviewed-on: https://review.haiku-os.org/c/1577
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Stephan Aßmus <superstippi@gmx.de>
diff 0e88a887 Wed Jun 13 10:42:46 MDT 2012 Alex Smith <alex@alex-smith.me.uk> First round of 64-bit safety fixes in the kernel.

* Most of this is incorrect printf format strings. Changed all strings
causing errors to use the B_PRI* format string definitions, which
means the strings should be correct across all platforms.
* Some other fixes for errors, casts required, etc.
diff 0e35d5d2 Mon Dec 12 12:40:37 MST 2011 John Scipione <jscipione@gmail.com> Change instances of wether in comments to whether. No functional change intended.
diff 0a5bfde2 Tue Jul 28 15:50:42 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Added stack traced to the Abort tracing output.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31870 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0d066dea Sat Jul 19 18:37:56 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added block level tracing to the block cache.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26521 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0d066dea Sat Jul 19 18:37:56 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added block level tracing to the block cache.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26521 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0aee496b Wed Apr 02 04:44:08 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * block_cache_private.h is no longer needed, moved its contents into
block_cache.cpp.
* Fixed warning.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24739 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 0e88a887b4a9ecaaf1062078d9ca9bfca78fcf3a Wed Jun 13 10:42:46 MDT 2012 Alex Smith <alex@alex-smith.me.uk> First round of 64-bit safety fixes in the kernel.

* Most of this is incorrect printf format strings. Changed all strings
causing errors to use the B_PRI* format string definitions, which
means the strings should be correct across all platforms.
* Some other fixes for errors, casts required, etc.
diff 0e35d5d2e5ef3d288e056d60ef1b16dc399eaa0c Mon Dec 12 12:40:37 MST 2011 John Scipione <jscipione@gmail.com> Change instances of wether in comments to whether. No functional change intended.
diff 0a5bfde2254f95f840ddacfed5179edd6b8baa41 Tue Jul 28 15:50:42 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Added stack traced to the Abort tracing output.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31870 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 95 milliseconds