Home
last modified time | relevance | path

Searched refs:realloc_area_page_protections (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A Dvm.cpp546 realloc_area_page_protections(uint8* pageProtections, size_t areaSize, in realloc_area_page_protections() function
789 uint8* newProtections = realloc_area_page_protections( in cut_area()
826 newProtections = realloc_area_page_protections(NULL, area->Size(), in cut_area()
897 areaNewProtections = realloc_area_page_protections(NULL, area->Size(), in cut_area()
899 secondAreaNewProtections = realloc_area_page_protections(NULL, secondSize, in cut_area()