1. d895333 [scudo] Fragmentation info secondary cache by Fernando · 9 months ago
  2. 473fd78 [scudo] secondary allocator cache optimal-fit retrieval by Fernando · 9 months ago
  3. 6a2bdb4 [scudo] Dump MapAllocatorCache::retrieve() data by Fernando · 9 months ago
  4. 178e057 [scudo] Implement and enable MemMapLinux by Chia-hung Duan · 9 months ago
  5. 49c8a2a [scudo] Select stricter atomic memory_order in MemMapFuchsia by Fabio D'Urso · 9 months ago
  6. 8d5291c [scudo] Specify memory order while using atomic_compare_exchange by Chia-hung Duan · 9 months ago
  7. d7f2459 Reland "[scudo] Enable MemMapFuchsia" by Fabio D'Urso · 9 months ago
  8. aee83c1 Revert "[scudo] Enable MemMapFuchsia" by Fabio D'Urso · 9 months ago
  9. 177087c [scudo] Enable MemMapFuchsia by Fabio D'Urso · 9 months ago
  10. 0f3c532 [scudo] Respect the return value of ReservedMemory::create() (NFC) by Chia-hung Duan · 9 months ago
  11. 86d87f2 [scudo] Skip visiting all free blocks if grouping is disabled by Chia-hung Duan · 9 months ago
  12. 21946a5 [scudo] CanCache should use Size + HeadersSize instead of RoundedSize by Chia-hung Duan · 9 months ago
  13. d7a6bb3 Revert "[scudo] seperate cache retrieval logic" by Chia-hung Duan · 9 months ago
  14. 5972315 [scudo] Make Options a reference for functions. by Christopher Ferris · 10 months ago
  15. 40164c8 [scudo] Acquire FLLock in mergeGroupsToReleaseBack by Chia-hung Duan · 10 months ago
  16. 4fe233c [scudo] set/check invalid cache entries by Fernando · 10 months ago
  17. 486cec0 [scudo] seperate cache retrieval logic by Fernando · 10 months ago
  18. 3ac8efe [scudo] Return NULL when MAP_ALLOWNOMEM is set on Trusty by Andrei Homescu · 10 months ago
  19. 9a58b4f [scudo] Enabled MAP_ALLOWNOMEM for all platforms by Marco Nelissen · 10 months ago
  20. b8fc133 [scudo] Remove dead code in pushBlocksImpl (NFC) by Chia-hung Duan · 10 months ago
  21. ddc753f [scudo] Clean up tests. by Christopher Ferris · 10 months ago
  22. ea381a5 [scudo] Fix memtag tests. by Christopher Ferris · 10 months ago
  23. 581cfdb Reland "[scudo] Support partial concurrent page release in SizeClassAllocator64" by Chia-hung Duan · 10 months ago
  24. 2024ef2 Revert "[scudo] Support partial concurrent page release in SizeClassAllocator64" by Chia-hung Duan · 10 months ago
  25. ee93d38 [scudo] Simple coding style fix in mem_map_base.h (NFC) by Chia-hung Duan · 10 months ago
  26. f8227d0 [scudo] Print PushedBytesDelta in getStats() by Chia-hung Duan · 10 months ago
  27. 777c9f2 [scudo] Support partial concurrent page release in SizeClassAllocator64 by Chia-hung Duan · 10 months ago
  28. 1bc8c27 [scudo] Explicit casting for u16 arithmetic operation by Chia-hung Duan · 10 months ago
  29. 45e2c24 [scudo] Allow pushing single block to the freelist of BatchClass by Chia-hung Duan · 10 months ago
  30. 24b103c [scudo] Try to release pages after unlocking the TSDs by Chia-hung Duan · 10 months ago
  31. c9f43ce [scudo] Verify the size of free blocks in primary allocator by Chia-hung Duan · 10 months ago
  32. e00d761 [scudo] Extract steps releaseToOSMaybe into functions in by Chia-hung Duan · 10 months ago
  33. f5d12ab [scudo] SCUDO_FUCHSIA uses ReservedMemoryDefault by Caslyn Tonelli · 10 months ago
  34. 10c5b60 [scudo] Implement Fuchsia backend for the new MemMap API by Fabio D'Urso · 10 months ago
  35. 0dd410a [scudo] Improve Secondary Cache Dump by fernandosalas · 10 months ago
  36. 8029906 [scudo] Restore Freelist when we fail on PageMap creation by Chia-hung Duan · 10 months ago
  37. 1308977 [scudo] SizeClassAllocator64: dispatch all the classes in init() by Fabio D'Urso · 10 months ago
  38. 3bf031c [scudo] Use getMonotonicTimeFast for tryLock. by Christopher Ferris · 10 months ago
  39. 04beac6 [scudo] Use fast get time in secondary. by Christopher Ferris · 10 months ago
  40. b992fe2 [scudo] Secondary Cache Dump by fernandosalas · 11 months ago
  41. a96bc1b [scudo] Fix data leak in wrappers_c_test.cpp by Riley · 11 months ago
  42. c9d1086 [scudo] Fix insufficient blocks when pushing BatchClass blocks by Chia-hung Duan · 11 months ago
  43. 28d2c37 [scudo] PopBatch after populateFreeList() by Chia-hung Duan · 11 months ago
  44. d0f9466 [scudo] update Pushedblocks/PoppedBlocks in Impl functions by Chia-hung Duan · 11 months ago
  45. 405d87b [scudo] Change overloaded function name append. by Christopher Ferris · 11 months ago
  46. f85495c [scudo] Finer lock granularity in Region of SizeClassAllocator64 by Chia-hung Duan · 11 months ago
  47. 9d32f5e [scudo] Add mallopt to print stats to the log. by Christopher Ferris · 11 months ago
  48. d255d0f [scudo] Disable OddEvenTags by default. by Evgenii Stepanov · 11 months ago
  49. 3f8d8dd [scudo] Group MappedUser/AllocatedUser into PagesInfo (NFC) by Chia-hung Duan · 11 months ago
  50. 22b615a [scudo] Group poppedBlocks/pushedBlocks into BlocksInfo (NFC) by Chia-hung Duan · 11 months ago
  51. 4100646 [scudo] Disable new/delete mismatch tests on Android. by Christopher Ferris · 11 months ago
  52. 9372e90 Revert "[scudo] Temporariy dispatch region from `RegionBeg`" by Chia-hung Duan · 11 months ago
  53. 0c329e4 [scudo] Fix MallocIterateBoundary test on 32 bit Android. by Christopher Ferris · 11 months ago
  54. 7b21506 [scudo] Fix bound checks in MemMap and ReservedMemory methods by Fabio D'Urso · 11 months ago
  55. ebc6de1 Revert "[scudo] Fix MallocIterateBoundary on 32 bit." by Christopher Ferris · 11 months ago
  56. eb54081 [scudo] Fix MallocIterateBoundary on 32 bit. by Christopher Ferris · 11 months ago
  57. 52881d7 [scudo] Check support for pvalloc/valloc tests. by Christopher Ferris · 11 months ago
  58. 92515cf [scudo] Enable MTE in Trusty by Marco Nelissen · 11 months ago
  59. 07d6617 [scudo] Change configuration for Trusty, use mmap() by Dmitriy Filchenko · 11 months ago
  60. 65a9245 [scudo] Add 'inline' to static secondary.h function by Caslyn Tonelli · 11 months ago
  61. 0eb6a4e [scudo] Support importing custom configuration by Chia-hung Duan · 11 months ago
  62. 7379ba6 [scudo] Release pages of larger block more frequently by Chia-hung Duan · 12 months ago
  63. ef2d5cb [scudo] releaseToOSMaybe can fail if it can't allocate PageMap by Chia-hung Duan · 12 months ago
  64. 4037319 [scudo] Deallocate the AllocatorRingBuffer too in unmapTestOnly by Fabio D'Urso · 12 months ago
  65. c9ac958 [scudo] Lock FallbackTSD before draining it by Chia-hung Duan · 12 months ago
  66. a5d0b04 [scudo] Drain caches when release with M_PURGE_ALL by Chia-hung Duan · 12 months ago
  67. 5e28e83 [scudo] Skip releaseToOSMaybe if there's no byte in freelist by Chia-hung Duan · 12 months ago
  68. 522f1ce [scudo] Change secondary StatsAllocated update by Christopher Ferris · 1 year ago
  69. f6a0f54 [scudo] Fix missing one block in range marking by Chia-hung Duan · 1 year ago
  70. 532769a [scudo] Fix missing pushing 1 block to BatchClassId by Chia-hung Duan · 1 year ago
  71. 44100f3 [scudo] Support printing the status of cached blocks by Chia-hung Duan · 1 year, 1 month ago
  72. 96ab5c0 [scudo] Tune FuchsiaConfig for RiscV by Caslyn Tonelli · 1 year, 1 month ago
  73. b02869e [scudo] Descriptive Fucshia errors by Caslyn Tonelli · 1 year, 1 month ago
  74. 65f4113 [scudo] The BaseAddr should be MappedBase in releasePagesToOS() by Chia-hung Duan · 1 year, 1 month ago
  75. 08d8870 [scudo] Temporariy dispatch region from `RegionBeg` by Chia-hung Duan · 1 year, 1 month ago
  76. 47f32b8 Reland D146570 "[scudo] Switch to use MemMap in tests" by Chia-hung Duan · 1 year, 1 month ago
  77. d10bcfe Revert "[scudo] Switch to use MemMap in tests" by Chia-hung Duan · 1 year, 1 month ago
  78. 5ae0a7a [scudo] Fix __require_constant_initialization__ on Android by Chia-hung Duan · 1 year, 1 month ago
  79. 18d3001 [scudo] Switch to use MemMap in tests by Chia-hung Duan · 1 year, 1 month ago
  80. 59f90a6 [scudo] Manage pages with MemMap in Secondary Allocator by Chia-hung Duan · 1 year, 1 month ago
  81. 79389a1 [scudo] Manage pages with MemMap in SizeClassAllocator64 by Chia-hung Duan · 1 year, 1 month ago
  82. 24faa34 [scudo] Make the placeholder type specifier be consistent with C/C++ by Chia-hung Duan · 1 year, 1 month ago
  83. b4d3c89 [compiler-rt] Fix -Wformat in timing.h (NFC) by Jie Fu · 1 year, 1 month ago
  84. 1d170ff Reland "[scudo] Add a Timer class to assist performance measurement" by Chia-hung Duan · 1 year, 2 months ago
  85. 7257cae [scudo] Use bytes-in-freelist as a hint of page release by Chia-hung Duan · 1 year, 2 months ago
  86. b22f5d8 Revert "[scudo] Add a Timer class to assist performance measurement" by Chia-hung Duan · 1 year, 2 months ago
  87. 01e0a6d [scudo] Add a Timer class to assist performance measurement by Chia-hung Duan · 1 year, 2 months ago
  88. efd7aa6 [scudo] Early exit from the case can't do page release. by Chia-hung Duan · 1 year, 2 months ago
  89. f33bf84 scudo: Don't define mallinfo2 on Android. by Peter Collingbourne · 1 year, 2 months ago
  90. 473858f [scudo] Test ScudoReleaseTest.BufferPool with a buffer pool allocated on the heap by Fabio D'Urso · 1 year, 2 months ago
  91. bbdbcdb [scudo] Add a method to force release everything. by Christopher Ferris · 1 year, 2 months ago
  92. 5046526 [scudo] Reduce the times of holding MapAllocatorCache::Mutex (NFC) by Chia-hung Duan · 1 year, 2 months ago
  93. 0e48070 Reland D144768 "[scudo] Mitigate page releasing thrashing" by Chia-hung Duan · 1 year, 2 months ago
  94. 9b247f4 [scudo] Add a fast get time version. by Christopher Ferris · 1 year, 2 months ago
  95. 4c26eab [scudo] Slightly improve the handling of last block in a region by Chia-hung Duan · 1 year, 2 months ago
  96. 0d934e7 [scudo] Shuffle the regions by Chia-hung Duan · 1 year, 2 months ago
  97. 1c2f780 [scudo] Adjust page map buffer size by Chia-hung Duan · 1 year, 2 months ago
  98. 3bc60c5 [scudo] Do not instantiate Android svelte allocator. by Christopher Ferris · 1 year, 2 months ago
  99. b407054 [scudo] Simplify markFreeBlocks by Chia-hung Duan · 1 year, 2 months ago
  100. fb4d2b4 Revert "[scudo] Mitigate page releasing thrashing" by Chia-hung Duan · 1 year, 2 months ago