Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocator.free: document zero-length behavior
It wasn't immediately clear from the implementation whether passing zero-length memory to free() was undefined behavior or intentionally supported. Since ArrayList and other core data structures rely on this behavior working correctly, this should be explicitly documented as part of the public API contract.
- Loading branch information