Function test_multiple_allocations
Source pub fn test_multiple_allocations(allocator: impl ManagerTrait)
Expand description
Tests multiple simultaneous allocations.
Verifies that the manager can handle multiple allocations at once
without interference.
§Parameters
manager - The memory manager to test
§Panics
Panics if any allocation fails or data is corrupted.