Closed 00xc closed 1 month ago
Introduce a new smart pointer type for virtual range allocations. The new type automatically frees the virtual range from the correct allocator on drop. This significantly simplifies the logic for the PerCPUPageMappingGuard methods.
PerCPUPageMappingGuard
Introduce a new smart pointer type for virtual range allocations. The new type automatically frees the virtual range from the correct allocator on drop. This significantly simplifies the logic for the
PerCPUPageMappingGuard
methods.