Searched refs:allocation_result (Results 1 – 1 of 1) sorted by relevance
2036 Result allocation_result = Result::kSuccess; in AllocateSegment() local2041 allocation_result = AllocateInAlternateMemoryNoCopy(request); in AllocateSegment()2042 if (allocation_result == Result::kSuccess) { in AllocateSegment()2096 result_mark(prefetch_result, allocation_result); in AllocateSegment()2101 return result_mark(Result::kFailRequiresUncommit, allocation_result); in AllocateSegment()2108 return allocation_result; in AllocateSegment()