Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a test that no longer makes sense.
This test passed with default TCMalloc, but only because of implementation details of how TCMalloc worked, and it failed on ASAN and Windows. The reserve-single API no longer uses the free-list (unlike previous revisions of this PR), and unused slices are no longer stored in OwnedImpl as empty slices (unlike the code before this PR). Therefore, there are no guarantees about which specific slice memory is used between un-committed reservations; the result is determined by the malloc implementation, and there is no good reason to write a test for what that behavior may be. Signed-off-by: Greg Greenway <ggreenway@apple.com>
- Loading branch information