test_zero_sized_allocation

Function test_zero_sized_allocation 

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

Tests zero-sized allocation behavior.

Verifies that allocating zero bytes returns a null pointer as expected.

ยงParameters

  • manager - The memory manager to test