Sign in
chromium
/
chromium
/
src
/
base
/
allocator
/
partition_allocator
/
HEAD
edddede
PartitionAlloc: Clamp ASLR mask to 35 bits on iOS
by Justin Cohen
· 14 hours ago
main
6f23011
Enable MSan to catch use-after-destruct of raw_ptr's
by Hans Wennborg
· 4 days ago
3e4a618
Revert "Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID."
by Arthur Sonzogni
· 5 days ago
fa33ce3
Drive-by: Reorganize `stack_scan_supported`
by Kalvin Lee
· 7 days ago
b9d4176
Tidy empty #if sections in base/allocator/partition_allocator
by Alex Gough
· 8 days ago
008e4fd
[PA/MO] Allow ScopedSchedulerLoopQuarantine* utility use in early init
by mikt
· 2 weeks ago
51b41d1
Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID.
by Stephen Nusko
· 2 weeks ago
b8c0688
PartitionAlloc: Improve compatibility with Skia.
by Arthur Sonzogni
· 2 weeks ago
7289d97
Add nuskos@ to PartitionAlloc OWNERS.
by Stephen Nusko
· 3 weeks ago
bb5a3e3
Fix some PA_UNSAFE_TODOs in //base/allocator/partition_allocator
by Yisi Yu
· 3 weeks ago
24e411a
[3/4] Implement AsanRawPtrService V2
by Takashi Sakamoto
· 3 weeks ago
f9fe915
[PA] Refactor and merge PA/AC shim logic
by mikt
· 3 weeks ago
baaa667
Fix comment references to "_unittests.cc" files (base/)
by Andrew Williams
· 4 weeks ago
4344806
PartitionAlloc: Do not assert C++20.
by Arthur Sonzogni
· 4 weeks ago
936619c
PA: Implement AllocToken support in PartitionAlloc
by Ayumi Ono
· 4 weeks ago
492f8c1
Prepare for making BindOnce and BindRepeating nodiscard
by Kevin McNee
· 4 weeks ago
e1b3bee
Add transparent version of std::equal_to<> and std::hash<> for raw_ptr
by Sylvain Defresne
· 4 weeks ago
f7b856a
Reland "[PA] Make PartitionRoot a class"
by mikt
· 4 weeks ago
1e050ef
PA: Remove __throw_out_of_range in address_pool_manager
by Ayumi Ono
· 4 weeks ago
6ad9a9a
PA: Remove thread_local in parition_alloc_base PlatformThread::CurrentId
by Ayumi Ono
· 5 weeks ago
329ff99
Remove base::MakeClampedNum()
by Tom Sepez
· 5 weeks ago
cb11b9b
PA: Use system allocator in ASan even when kNoHooks.
by Ayumi Ono
· 5 weeks ago
a663ade
PartitionAlloc: Additional C++23 presubmit.
by Arthur Sonzogni
· 5 weeks ago
5b70baa
Improve PRESUBMIT against C++23 features in partition alloc
by Victor Hugo Vianna Silva
· 6 weeks ago
2444634
Remove base::MakeCheckedNum<>().
by Tom Sepez
· 6 weeks ago
b6c5ed1
[base] Undo consteval usages in base/allocator/partition_allocator
by Matthias Liedtke
· 6 weeks ago
e2ebbb7
[styleguide] Allow if consteval
by Victor Hugo Vianna Silva
· 6 weeks ago
46fd97b
Reland "PA: Support multiple ThreadCache instances per thread."
by Ayumi Ono
· 6 weeks ago
9f81c69
Revert "[PA] Make PartitionRoot a class"
by Matthias Körber
· 6 weeks ago
0388f4c
[PA] Make PartitionRoot a class
by mikt
· 6 weeks ago
b2283b2
Revert "PA: Support multiple ThreadCache instances per thread."
by Eriko Kurimoto
· 6 weeks ago
a759a7b
PA: Support multiple ThreadCache instances per thread.
by Ayumi Ono
· 6 weeks ago
9149542
Fix/suppress -Wunsafe-buffer-usage for printf-style function calls
by Hans Wennborg
· 6 weeks ago
245dbb7
Promote #warnings to #error
by Victor Hugo Vianna Silva
· 6 weeks ago
b2155fc
PA: Consistently pass BucketSizeDetails to free/quarantine functions.
by Ayumi Ono
· 7 weeks ago
b809160
PA: Optimize FreeWithSizeAndAlignment in simple path
by Ayumi Ono
· 7 weeks ago
9cce625
Migrate off legacy MOCK_METHODn macros
by Patrick Monette
· 7 weeks ago
ca88a35
base/{allocator,numerics}: Fix incorrect ARM preprocessor check
by John Paul Adrian Glaubitz
· 7 weeks ago
4b623f0
[PA] Parametrize Empty Slot Span Ring Buffer size
by mikt
· 7 weeks ago
8bfdd5d
[PA] Persist MemoryReclaimer data on caller side
by mikt
· 9 weeks ago
c6560eb
Fixes for nodiscard std::optional, std::set operations
by Hans Wennborg
· 2 months ago
e711e98
PA: Upgrade DCHECKs to CHECKs in FreeWithSize, guarded by a Finch flag
by Ayumi Ono
· 3 months ago
d2b46c2
[PA] Narrow down locked section
by mikt
· 3 months ago
fe0329b
Reapply "Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm"
by Arthur Sonzogni
· 3 months ago
090a060
PA: Share allocator_shim::IsAlreadyRegistered between 2+ dynlibs
by Yuki Shiino
· 3 months ago
d0ab85f
[partition_alloc] Increase amount of spinning in locks on ARM
by Anand Ravi
· 3 months ago
b231448
Convert to UNSAFE_TODO in partition_alloc in base_2
by Arthur Sonzogni
· 3 months ago
2a81145
Convert to UNSAFE_TODO in partition_alloc in base_1
by Arthur Sonzogni
· 3 months ago
aa71667
Convert to UNSAFE_TODO in partition_alloc in posix
by Arthur Sonzogni
· 3 months ago
39d55c5
PartitionAlloc: Remove RawPtrTraits::kDisableBRP
by Lei Zhang
· 3 months ago
ebda611
Revert "Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm"
by luci-bisection@appspot.gserviceaccount.com
· 3 months ago
5793f65
Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm
by Arthur Sonzogni
· 3 months ago
9f17d11
Convert to UNSAFE_TODO in partition_alloc in partition_alloc_base_2
by Arthur Sonzogni
· 3 months ago
cf2789c
Convert to UNSAFE_TODO in partition_alloc in windows
by Arthur Sonzogni
· 3 months ago
dc1590b
Convert to UNSAFE_TODO in partition_alloc in fuchsia
by Arthur Sonzogni
· 3 months ago
3c6388b
Convert to UNSAFE_TODO in partition_alloc in partition_alloc_base_1
by Arthur Sonzogni
· 3 months ago
d2c2747
Convert to UNSAFE_TODO in partition_alloc in shim
by Arthur Sonzogni
· 3 months ago
af59516
Forward declare PartitionRoot in scheduler_loop_quarantine_support.h
by Lei Zhang
· 3 months ago
ee9dae5
PA: Add finch feature flag to enable/disable FreeWithSize
by Ayumi Ono
· 3 months ago
db3681a
PA: Optimize FreeWithSize in simple path.
by Ayumi Ono
· 3 months ago
c0a91c9
[PA/AC] Batch-free quarantined entries
by mikt
· 3 months ago
4b1c154
Include <features.h> directly in build_config.h on Linux
by Lei Zhang
· 3 months ago
86291ac
Revert "Convert to UNSAFE_TODO in partition_alloc"
by Rafał Godlewski
· 3 months ago
a548075
Convert to UNSAFE_TODO in partition_alloc
by Arthur Sonzogni
· 3 months ago
a626491
partition_alloc: Move to C++20
by Arthur Sonzogni
· 3 months ago
21d8011
[PA] Make PartitionAllocExternalMetadata 100%-enabled on canary.
by Takashi Sakamoto
· 3 months ago
ac53ec3
Enable and improve Death Tests for Partition Allocator on Android
by Tarcisio Fischer
· 3 months ago
1551e3e
Reland "[PA] Refactor to use a typed SlotStart to replace uintptr_t"
by Mikihito Matsuura
· 3 months ago
37d717b
[PA] Ramp up External Metadata trial to 25% on canary
by Takashi Sakamoto
· 3 months ago
a9912a4
Revert "[PA] Refactor to use a typed SlotStart to replace uintptr_t"
by Jood Hajeer
· 3 months ago
495c141
[PA] Refactor to use a typed SlotStart to replace uintptr_t
by mikt
· 3 months ago
3c92a87
PA: remove if PA_BUILDFLAG(ASSESRT_CPP_20)
by Ayumi Ono
· 4 months ago
f228d5a
[PA/AC] Implement size-based filtering
by mikt
· 4 months ago
fd57105
Revert "Track SchedulerLoopQuarantine zap/purge timings"
by Kay Lin
· 4 months ago
300767b
Track SchedulerLoopQuarantine zap/purge timings
by Stephen Nusko
· 4 months ago
fa63bd8
Revert "Disable test until next clang roll"
by Devon Loehr
· 4 months ago
abae057
PA: Add shim/HowToInterposeOrIntercept.md
by Yuki Shiino
· 4 months ago
a8bbea7
[PA] Ramp up External Metadata trial to 10% on canary
by Takashi Sakamoto
· 4 months ago
2f4069f
[PA] Mitigate shutdown hang from Scheduler-Loop Quarantine
by mikt
· 4 months ago
db84469
[PA] Make PartitionAllocExternalMetadata enabled at 1%.
by Takashi Sakamoto
· 4 months ago
eb106c8
Cleanup MiracleParameter implementation of ThreadCachePurgeInterval
by Andreas Haas
· 4 months ago
81b9388
Revert "Roll clang+rust llvmorg-22-init-8940-g4d4cb757-84 : llvmorg-22-init-10401-gd45b427e-1 / 15283f6fe95e5b604273d13a428bab5fc0788f5a-1 : 4fd31815524baba0bf368f151f757101f432e3de-1"
by Devon Loehr
· 5 months ago
081932d
Add const to boolean operators
by Kaylee Lubick
· 5 months ago
e56f65c
Roll clang+rust llvmorg-22-init-8940-g4d4cb757-84 : llvmorg-22-init-10401-gd45b427e-1 / 15283f6fe95e5b604273d13a428bab5fc0788f5a-1 : 4fd31815524baba0bf368f151f757101f432e3de-1
by Devon Loehr
· 5 months ago
11372dd
Map commit failure exit code to a memory eviction status
by Alex Attar
· 5 months ago
1fd5c75
Reland "[PA/BRP] Enable BRP-ASan on iOS"
by mikt
· 5 months ago
7032e49
Disable test until next clang roll
by Devon Loehr
· 5 months ago
e3fec0a
Revert "[PA/BRP] Enable BRP-ASan on iOS"
by Louis Romero
· 5 months ago
cca2b36
[base/PA] Add scheduler loop quarantine support to TaskAnnotator
by mikt
· 5 months ago
ee6c8d0
[PartitionAlloc] Remove launched feature for "use fewer region"
by Benoît Lizé
· 5 months ago
9d3ee7c
ios: Re-enable PA-E ReadExecutePages test on iOS 18.6+ devices.
by Justin Cohen
· 5 months ago
ecbbabb
[PA/BRP] Enable BRP-ASan on iOS
by mikt
· 5 months ago
ae5f944
[iOS Gardener] Disable ReadExecutePages on device
by Noémie St-Onge
· 5 months ago
84a41f2
ios: Enable some disabled PartitionAlloc unittests.
by Justin Cohen
· 5 months ago
e3b4f7b
Cronet: Disable PartitionAlloc via GN arg definition instead of override
by Stefano Duo
· 5 months ago
78467db
[PA] Configure default stack size for iOS
by mikt
· 5 months ago
5af5272
Enable PartitionAlloc External Metadata feature at 100%
by Stephen Nusko
· 5 months ago
eb93de5
Setting Update Mechanism for these dependencies:
by Jordan
· 5 months ago
2c06e4c
Roll libc++ from 0257666efcf9 to 7b8dc07adc0f (9 revisions)
by Nico Weber
· 5 months ago
bb86434
Remove Darwin version TODO
by Avi Drissman
· 5 months ago
Next »