Sign in
chromium
/
chromium
/
src
/
base
/
allocator
/
partition_allocator
/
HEAD
40389bc
partition_alloc: Enable user space zero segment on ChromeOS
by Michael Lippautz
· 2 hours ago
main
8f376b3
Fix TSan data race in PartitionRoot::AdjustSlotSpanRing
by Dominic Battre
· 5 hours ago
7ba9392
partition_alloc: Rework userspace zero segment and enable on Windows
by Michael Lippautz
· 6 hours ago
390c4b9
partition_alloc: fix OFFICIAL_BUILD legacy macro
by Arthur Sonzogni
· 2 days ago
ff3b8b8
Clean up: Fix 11 wrong escapes in 5 DEPS files in base
by yoshiki iguchi
· 5 days ago
e6c4d08
partition_alloc: Add missing <cstring> includes for standalone builds
by Arthur Sonzogni
· 5 days ago
7c5bc8b
partition_alloc: presubmit against external define
by Arthur Sonzogni
· 5 days ago
76c74af
Introduce kUnprotectedInRelease raw_ptr trait
by Keishi Hattori
· 5 days ago
0059a76
base: Introduce ReallocProtectedIterator to mitigate container realloc UAF
by Keishi Hattori
· 6 days ago
6be374a
PA: Add public PartitionRoot::GetRootFromAddress() method
by Takashi Sakamoto
· 7 days ago
a39cb77
[PA/MO] Support flexible configuration of TaskAnnotator purge
by mikt
· 7 days ago
58bfcae
PA: Replace FreeWithSize() with Free() with FreeFlags::kWithSizeHint.
by Takashi Sakamoto
· 7 days ago
3842bcc
partition_alloc: Use PA_BUILDFLAG(IS_COMPONENT_BUILD)
by Arthur Sonzogni
· 8 days ago
ff212a1
Clean up launch for PartitionAllocLockTuneSpin
by Fiona Verzivolli
· 13 days ago
b6aef85
Run `gn format` on all BUILD.gn files.
by Matt Stark
· 2 weeks ago
16682d1
PA: Make GetZeroSegmentSize() public
by Takashi Sakamoto
· 2 weeks ago
df57485
Reland "Split PartitionAlloc headers into internal ones and public ones"
by Takashi Sakamoto
· 3 weeks ago
9c88596
Revert "Split PartitionAlloc headers into internal ones and public ones"
by Andrea Orru
· 3 weeks ago
4e22396
Split PartitionAlloc headers into internal ones and public ones
by Takashi Sakamoto
· 3 weeks ago
c0432b8
Launch PartitionAllocWithAdvancedChecks (MiracleObject) on Browser UI
by mikt
· 3 weeks ago
2930421
[gin] Pkey mprotect thread isolation data
by Maksim Ivanov
· 3 weeks ago
a6fd7d1
[PartitionAlloc] Guard `no_default_deps` with `build_with_chromium`
by Arthur Sonzogni
· 3 weeks ago
21720ad
Expand DynamicPoolSize from IOS test only to also normal function.
by Stephen Nusko
· 3 weeks ago
eac4514
[PA][macOS] Fix SIGBUS in MallocZoneSize on freed super pages
by Chunyang
· 4 weeks ago
d73d511
Mark 2 calculations in raw_ptr_asan_unowned.cc as PA_UNSAFE_TODO
by Fergal Daly
· 4 weeks ago
ad08722
Add a new security macro to make AMCS object quarantined infinitely
by Takashi Sakamoto
· 4 weeks ago
fafdd4c
PartitionAlloc: Adds a feature to acquire a zero segment
by Michael Lippautz
· 6 weeks ago
40f804c
Enable AsanRawPtrServiceV2 for LibFuzzer by decoupling build configs
by Takashi Sakamoto
· 6 weeks ago
ff619bb
Reland "Fix incorrect logical operator in spinning_mutex PA_DCHECK"
by gate kibr
· 6 weeks ago
5fb10b3
Revert "Checked Span: Enable in release"
by luci-bisection@appspot.gserviceaccount.com
· 6 weeks ago
dc52788
Checked Span: Enable in release
by Kalvin Lee
· 6 weeks ago
dfb7f63
Checked Span: Move `IsExtentInBounds()` out
by Kalvin Lee
· 7 weeks ago
deed53b
Make ReservationOffsetTable NotAllocated when DirectMap allocation with kReturnNull fails.
by Takashi Sakamoto
· 7 weeks ago
0fdd90c
[PartitionAlloc] Skip FutexMigration test without PI futex support
by Dailen King
· 7 weeks ago
d9e6ce1
Checked Span: Activate in `is_debug`
by Kalvin Lee
· 7 weeks ago
9e005cf
Checked Span: Handle volatile pointers
by Kalvin Lee
· 7 weeks ago
7be1a61
Reland "ios: Skip InaccessiblePages test on iOS when debugger is attached"
by Justin
· 7 weeks ago
c695332
[base] Optimize stringstream usage
by Andrew Paseltiner
· 8 weeks ago
69f0682
Revert "ios: Skip InaccessiblePages test on iOS when debugger is attached"
by Jonathan Lee
· 8 weeks ago
f5002da
ios: Skip InaccessiblePages test on iOS when debugger is attached
by Justin Cohen
· 8 weeks ago
6dd8b3d
Remove 2GiB limit from the winheap system allocator.
by Will Harris
· 8 weeks ago
4f6607c
Reland "Fix system_allocator toolchain on Windows"
by Will Harris
· 8 weeks ago
8013b1e
[PA] Hide AutoPartitioning behind its own flag
by mikt
· 8 weeks ago
9508073
[Gardener] Revert "Fix incorrect logical operator in spinning_mutex PA_DCHECK"
by Peilin Wang
· 8 weeks ago
17b8b40
Revert "Fix system_allocator toolchain on Windows"
by Oleksandr Tara
· 8 weeks ago
cd966c2
Fix system_allocator toolchain on Windows
by Will Harris
· 8 weeks ago
61520b8
Fix incorrect logical operator in spinning_mutex PA_DCHECK
by gate kibr
· 8 weeks ago
b5258e2
[partition_alloc] Rename IS_CAST_ANDROID to ENABLE_SYSTEM_FREE_FALLBACK
by Arthur Sonzogni
· 9 weeks ago
b707a2c
Reland "Making span.h available within partition_alloc."
by Sergio Solano
· 9 weeks ago
3b21b53
Revert "Making span.h available within partition_alloc."
by Ken Okada
· 10 weeks ago
014a137
Making span.h available within partition_alloc.
by Sergio Solano
· 10 weeks ago
ce50faa
Refactor aligned allocation/free for memory tools.
by Stephen Nusko
· 10 weeks ago
d177d70
PA: Expose `IsExtentInBounds()`
by Kalvin Lee
· 10 weeks ago
ad516b3
Checked Span: Expose `IsExtentOutOfBounds()`
by Kalvin Lee
· 2 months ago
b7130e4
Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [2/4] (pointers)
by Arthur Sonzogni
· 2 months ago
71cba75
Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [3/4] (base util)
by Arthur Sonzogni
· 2 months ago
e1e3fc2
Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [1/4] (unittest)
by Arthur Sonzogni
· 2 months ago
0453d0d
Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [4/4] (apple/mac)
by Arthur Sonzogni
· 2 months ago
425ceae
Remove #pragma allow_unsafe_buffers and add PA_UNSAFE_TODO annotations.
by Stephen Nusko
· 2 months ago
cc38440
[base] Use try_emplace for more efficient map insertions
by Andrew Paseltiner
· 3 months ago
2157c84
PA: Further split `bounds_checks`
by Kalvin Lee
· 3 months ago
ce5e3aa
PA: Reduce `partition_lock.h` exposure
by Kalvin Lee
· 3 months ago
46efd4d
PA: Introduce `SlotAddressAndSize::From()`
by Kalvin Lee
· 3 months ago
ea524bd
Allow SchedulerLoopQuarantine::Configure to run while paused.
by Stephen Nusko
· 3 months ago
ba4f586
Add features to avoid walking the free list in "background" memory dumps.
by François Doray
· 3 months ago
d8992aa
[PA/AC] disable all work in-between tasks
by Stephen Nusko
· 3 months ago
33a4e89
Add [[maybe_unused]] to wrapped_ptr in RawPtrNoOpImpl::ReleaseWrappedPtr.
by Kevin Lin
· 3 months ago
75a7e54
[Code Health] Clean up PA_CONFIG checks into helper function
by Stephen Nusko
· 3 months ago
5fc2a13
[PA] Fix ThreadCache IsInitialized logic
by mikt
· 3 months ago
0874488
PA: Remove `partition_alloc_buildflags`
by Kalvin Lee
· 3 months ago
edddede
PartitionAlloc: Clamp ASLR mask to 35 bits on iOS
by Justin Cohen
· 3 months ago
6f23011
Enable MSan to catch use-after-destruct of raw_ptr's
by Hans Wennborg
· 3 months ago
3e4a618
Revert "Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID."
by Arthur Sonzogni
· 3 months ago
fa33ce3
Drive-by: Reorganize `stack_scan_supported`
by Kalvin Lee
· 4 months ago
b9d4176
Tidy empty #if sections in base/allocator/partition_allocator
by Alex Gough
· 4 months ago
008e4fd
[PA/MO] Allow ScopedSchedulerLoopQuarantine* utility use in early init
by mikt
· 4 months ago
51b41d1
Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID.
by Stephen Nusko
· 4 months ago
b8c0688
PartitionAlloc: Improve compatibility with Skia.
by Arthur Sonzogni
· 4 months ago
7289d97
Add nuskos@ to PartitionAlloc OWNERS.
by Stephen Nusko
· 4 months ago
bb5a3e3
Fix some PA_UNSAFE_TODOs in //base/allocator/partition_allocator
by Yisi Yu
· 4 months ago
24e411a
[3/4] Implement AsanRawPtrService V2
by Takashi Sakamoto
· 4 months ago
f9fe915
[PA] Refactor and merge PA/AC shim logic
by mikt
· 4 months ago
baaa667
Fix comment references to "_unittests.cc" files (base/)
by Andrew Williams
· 4 months ago
4344806
PartitionAlloc: Do not assert C++20.
by Arthur Sonzogni
· 4 months ago
936619c
PA: Implement AllocToken support in PartitionAlloc
by Ayumi Ono
· 4 months ago
492f8c1
Prepare for making BindOnce and BindRepeating nodiscard
by Kevin McNee
· 4 months ago
e1b3bee
Add transparent version of std::equal_to<> and std::hash<> for raw_ptr
by Sylvain Defresne
· 4 months ago
f7b856a
Reland "[PA] Make PartitionRoot a class"
by mikt
· 4 months ago
1e050ef
PA: Remove __throw_out_of_range in address_pool_manager
by Ayumi Ono
· 4 months ago
6ad9a9a
PA: Remove thread_local in parition_alloc_base PlatformThread::CurrentId
by Ayumi Ono
· 4 months ago
329ff99
Remove base::MakeClampedNum()
by Tom Sepez
· 4 months ago
cb11b9b
PA: Use system allocator in ASan even when kNoHooks.
by Ayumi Ono
· 4 months ago
a663ade
PartitionAlloc: Additional C++23 presubmit.
by Arthur Sonzogni
· 5 months ago
5b70baa
Improve PRESUBMIT against C++23 features in partition alloc
by Victor Hugo Vianna Silva
· 5 months ago
2444634
Remove base::MakeCheckedNum<>().
by Tom Sepez
· 5 months ago
b6c5ed1
[base] Undo consteval usages in base/allocator/partition_allocator
by Matthias Liedtke
· 5 months ago
e2ebbb7
[styleguide] Allow if consteval
by Victor Hugo Vianna Silva
· 5 months ago
46fd97b
Reland "PA: Support multiple ThreadCache instances per thread."
by Ayumi Ono
· 5 months ago
9f81c69
Revert "[PA] Make PartitionRoot a class"
by Matthias Körber
· 5 months ago
0388f4c
[PA] Make PartitionRoot a class
by mikt
· 5 months ago
Next »