Searched refs:realloc_page_protections (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A Dvm.cpp540 realloc_page_protections(uint8* pageProtections, size_t areaSize, function
715 uint8* newProtections = realloc_page_protections(
746 newProtections = realloc_page_protections(NULL, area->Size(),
810 areaNewProtections = realloc_page_protections(NULL, area->Size(),
812 secondAreaNewProtections = realloc_page_protections(NULL, secondSize,

Completed in 99 milliseconds