aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
diff options
context:
space:
mode:
authorRyan Liptak <squeek502@hotmail.com>2023-07-12 16:49:10 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-07-12 21:54:30 -0700
commit2896266a038cde4b64743534df7ccdd3f5b9347f (patch)
treeae02c48c6c7ba3fbbdcca9c09518ca930b57fc4a /lib/std/array_hash_map.zig
parente05c242cd89d03ae67fa7b8d5fc33fb5dc42dbe3 (diff)
downloadzig-2896266a038cde4b64743534df7ccdd3f5b9347f.tar.gz
zig-2896266a038cde4b64743534df7ccdd3f5b9347f.zip
docs: Fix outdated doc comments about allocating 'at least' the requested size
The 'at least' behavior of the Allocator interface was removed in #13666, so anything that used reallocAtLeast or the .at_least Exact behavior could still have doc comments that reference no-longer-true behavior. Funnily enough, ArrayList is the only place that used this functionality (outside of allocator test cases), so its doc comments are the only things that need to be fixed. This was checked by resetting to deda6b514691c3a7ffc7931469886d0e7be2f67e and searching for all instances of `reallocAtLeast` and `.at_least` (one of which would need to be used to get the `.at_least` behavior)
Diffstat (limited to 'lib/std/array_hash_map.zig')
0 files changed, 0 insertions, 0 deletions