Skip to content
  • Richard W.M. Jones's avatar
    common/utils: Add vector_reserve_page_aligned · acbefbe2
    Richard W.M. Jones authored
    Allow vectors to be page aligned (eg. for performance or page
    protection reasons).  To create a page aligned vector you have to use
    <vector>_reserve_page_aligned instead of plain <vector>_reserve.
    
    Note that <vector>_duplicate creates unaligned duplicates.
    acbefbe2