haiku/headers/private/kernel/vm
Michael Lotz 321372e3ef kernel: Make size argument to create_area_etc() size_t.
It was limited to a uint32 and could for example be overflown by the
slab MemoryManager that uses size_t on a 64 bit system.

This aligns the signature with create_area() that already uses size_t
for the size argument.

Note that the function is currently private, so the impact should be
limited.
2018-04-04 00:07:59 +02: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
VMArea.h kernel: Correct class/struct mixups. 2017-12-01 20:27:15 -05:00
VMCache.h kernel/vm: Correct virtual function declarations. 2017-12-02 21:42:50 -05:00
VMTranslationMap.h