base/allocator: Document PartitionAlloc's alignment guarantees.
PartitionAlloc's alignement guarantees are not explicit anywhere, which is problematic to support aligned allocations properly. This in turn is required to broaden its use across the codebase. This CL doesn't change the behavior, but documents the existing one. Bug: 787153 Change-Id: Id3502081c5bf92f9f820ef1e992e56e1add92374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210422 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#771723}
Showing
Please register or sign in to comment