Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elasticarray: clarify unsigned arithmetic wrap around is handled
This commit adds a code comment describing the cases handled by the if (nalloc < nsize) block. One such case is the potential wrap around of EA->alloc * 2. Without the code comment, it was not quite apparent upon seeing the code that the wrap around is properly handled.
- Loading branch information