test_allocation_pattern

Function test_allocation_pattern 

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

Tests allocation and deallocation pattern.

Verifies that the manager can handle a complex pattern of allocations and deallocations without memory leaks or corruption.

ยงParameters

  • manager - The memory manager to test