test_deallocation

Function test_deallocation 

Source
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