[PATCH] D56941: MemoryBlock: Do not automatically extend a given size to a multiple of page size.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 18:56:52 PDT 2019
ruiu added a comment.
https://reviews.llvm.org/D61599 doesn't seem to revert this, but instead adding a method to obtain an allocated size as well as a requested size (and rename size() to allocatedSize()). That's fine by me.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56941/new/
https://reviews.llvm.org/D56941
More information about the llvm-commits
mailing list