Lines Matching refs:allocationFlags

541 	uint32 allocationFlags)
544 return (uint8*)realloc_etc(pageProtections, bytes, allocationFlags);
686 uint32 allocationFlags;
689 allocationFlags = HEAP_DONT_WAIT_FOR_MEMORY
693 allocationFlags = 0;
710 allocationFlags);
716 area->page_protections, area->Size(), allocationFlags);
719 addressSpace->ShrinkAreaTail(area, oldSize, allocationFlags);
747 allocationFlags);
755 allocationFlags);
758 free_etc(newProtections, allocationFlags);
769 free_etc(area->page_protections, allocationFlags);
800 allocationFlags);
811 allocationFlags);
813 allocationFlags);
816 addressSpace->ShrinkAreaTail(area, oldSize, allocationFlags);
817 free_etc(areaNewProtections, allocationFlags);
818 free_etc(secondAreaNewProtections, allocationFlags);
835 addressSpace->ShrinkAreaTail(area, oldSize, allocationFlags);
836 free_etc(areaNewProtections, allocationFlags);
837 free_etc(secondAreaNewProtections, allocationFlags);
885 addressSpace->ShrinkAreaTail(area, oldSize, allocationFlags);
886 free_etc(areaNewProtections, allocationFlags);
887 free_etc(secondAreaNewProtections, allocationFlags);
901 addressSpace->ShrinkAreaTail(area, oldSize, allocationFlags);
902 free_etc(areaNewProtections, allocationFlags);
903 free_etc(secondAreaNewProtections, allocationFlags);
930 free_etc(areaOldProtections, allocationFlags);
1075 uint32 allocationFlags = HEAP_DONT_WAIT_FOR_MEMORY
1082 allocationFlags |= HEAP_PRIORITY_VIP;
1087 allocationFlags);
1147 allocationFlags, _virtualAddress);
1188 addressSpace->DeleteArea(area, allocationFlags);
2536 uint32 allocationFlags = addressSpace == VMAddressSpace::Kernel()
2540 addressSpace->RemoveArea(area, allocationFlags);
2546 addressSpace->DeleteArea(area, allocationFlags);
5404 uint32 allocationFlags = kernel && anyKernelArea
5417 allocationFlags);
5471 allocationFlags) != B_OK) {