test_reallocation_grow

Function test_reallocation_grow 

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

Tests memory reallocation to a larger size.

Verifies that the manager can grow an existing allocation and preserve the original data.

§Parameters

  • manager - The memory manager to test

§Panics

Panics if reallocation fails or data is not preserved.