[PATCH] D56941: MemoryBlock: Do not automatically extend a given size to a multiple of page size.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 12:58:05 PDT 2019


lhames added a comment.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

Bah -- I missed this at the time. This should be reverted. We can rename methods to clarify, but MemoryBlock should hold the allocated size, not the requested size.


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