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
pub fn test_zero_sized_allocation(allocator: impl ManagerTrait)Tests zero-sized allocation behavior.
Verifies that allocating zero bytes returns a null pointer as expected.
manager - The memory manager to test