pub fn test_deallocation(allocator: impl ManagerTrait)Expand description
Tests memory deallocation.
Verifies that memory can be allocated and then safely deallocated.
ยงParameters
manager- The memory manager to test
pub fn test_deallocation(allocator: impl ManagerTrait)Tests memory deallocation.
Verifies that memory can be allocated and then safely deallocated.
manager - The memory manager to test