1. 29 1月, 2021 1 次提交
  2. 17 11月, 2020 1 次提交
  3. 20 10月, 2020 1 次提交
  4. 14 10月, 2020 2 次提交
  5. 11 10月, 2020 2 次提交
  6. 21 7月, 2020 1 次提交
  7. 09 6月, 2020 1 次提交
  8. 26 5月, 2020 1 次提交
  9. 21 5月, 2020 1 次提交
    • A
      Assert that allocator & container are consistent wrt. inline memory · 50df893d
      Alexander Kuzmenkov 提交于
      There are lots of places where HashTable is used with
      AllocatorWithStackMemory, but the size of allocator inline memory is set
      incorrectly, and it's less than the initial HashTable buffer size.
      Because of this, HashTable is always allocated on the heap, and the
      inline memory becomes a useless dead weight.
      
      For PODArray, we have previously added a helper template that makes sure
      these values are in sync, so there was only one such discrepancy left,
      in the unit test.
      50df893d
  10. 03 4月, 2020 1 次提交
  11. 02 4月, 2020 1 次提交
  12. 09 3月, 2020 1 次提交
  13. 09 12月, 2019 1 次提交
  14. 28 6月, 2019 1 次提交
  15. 27 6月, 2019 1 次提交
  16. 21 6月, 2019 1 次提交
  17. 05 2月, 2019 3 次提交
  18. 04 1月, 2019 1 次提交
  19. 23 12月, 2018 1 次提交
  20. 22 12月, 2018 1 次提交
  21. 19 12月, 2018 2 次提交
  22. 24 11月, 2018 1 次提交
  23. 10 9月, 2018 2 次提交