Skip to content
  1. Feb 20, 2025
  2. Feb 19, 2025
  3. Feb 18, 2025
  4. Feb 17, 2025
  5. Feb 13, 2025
  6. Feb 12, 2025
  7. Feb 11, 2025
  8. Feb 10, 2025
  9. Feb 07, 2025
  10. Feb 06, 2025
  11. Feb 05, 2025
  12. Feb 04, 2025
  13. Feb 03, 2025
  14. Jan 31, 2025
  15. Jan 29, 2025
  16. Jan 28, 2025
  17. Jan 27, 2025
    • Philip Hall's avatar
      MLBEDSW-10299: Size types and allocator fixes for ordered_map · 6ee583fa
      Philip Hall authored
      
      
       - Normalise the sized types used by ordered_map to present
         an interface more consistent with the standard library.
       - Set initial allocation to zero such that declaring an
         empty map allocates no storage, and add tests for the
         same. Storage is now allocated on first-use.
       - Fix potential range issue with initial hashtable size
         being greater than the chosen indexer.
       - Fix issue where it was not possible to resize up to
         the maximum indexer limit.
      
      Signed-off-by: Philip Hall's avatarPhilip Hall <philip.hall@arm.com>
      Change-Id: I12742431808d73625ac6bcdbd7b701b52f763834
      6ee583fa
Loading