test_allocation_with_capabilities

Function test_allocation_with_capabilities 

Source
pub fn test_allocation_with_capabilities(allocator: impl ManagerTrait)
Expand description

Tests allocation with different capability flags.

Verifies that the manager can handle allocations with different capability requirements (executable, direct memory access, etc.).

§Parameters

  • manager - The memory manager to test

§Panics

Panics if allocation with capabilities fails.