haiku/headers/private/kernel/vm
Augustin Cavalier 39665db167 kernel/vm: Inline the VMArea::name string.
B_OS_NAME_LENGTH is 32, char* is 8 (on x64), and this structure
has quite a lot of pointers in it so it is not like we really
needed to save those 24 bytes. Hitting malloc() in here is not
so great, especially because we usually have B_DONT_LOCK_KERNEL_SPACE
turned on, so just inline and avoid it.

Change-Id: I5c94955324cfda08972895826b61748c3b69096a
2019-07-13 13:42:49 -04:00
..
vm_page.h Add vm_page_free_etc() 2014-10-29 02:36:08 +01:00
vm_priv.h
vm_types.h
vm.h kernel: Make size argument to create_area_etc() size_t. 2018-04-04 00:07:59 +02:00
VMAddressSpace.h Revert team and thread changes for COMPAT_MODE (hrev52010 & hrev52011). 2018-06-14 22:25:06 -04:00
VMArea.h kernel/vm: Inline the VMArea::name string. 2019-07-13 13:42:49 -04:00
VMCache.h kernel/vm: Correct virtual function declarations. 2017-12-02 21:42:50 -05:00
VMTranslationMap.h Add KDL command "mapping" 2013-12-05 05:13:21 +01:00