Sign in
◑
Theme
chromium
/
chromium
/
src
/
base
/
allocator
/
partition_allocator
/
HEAD
a0f30e3
partition_alloc: Remove unused code from partition_alloc_constants.h
by Lei Zhang
· 2 days ago
main
391865c
Checked Span: Smuggle requested size
by Kalvin Lee
· 2 days ago
3fe238c
Add arthursonzogni@chromium.org to PartitionAlloc OWNERS
by Arthur Sonzogni
· 2 days ago
d9c4133
Make free a no-op during signal-driven shutdown on ChromeOS
by Stephen Nusko
· 4 days ago
19e7ac6
Allowlist any target which has a public header include a private header
by Matt Stark
· 4 days ago
f6c416c
Add orphan worker_thread_unittest.cc in it BUILD.gn
by Foromo Daniel Soromou
· 5 days ago
fe164fa
partition_alloc: Move PartitionRootLock() forward decl to its own header
by Lei Zhang
· 5 days ago
0687869
Remove superfluous includes for PA's component_export.h from headers
by Lei Zhang
· 5 days ago
1f6b7be
Spanification of base/allocator/partition_allocator/src/partition_alloc/pointers/raw_ptr_unittest.cc
by Daniel Angulo
· 5 days ago
dd0036d
Spanification of partition_alloc/pointers/raw_ptr_unittest.cc, etc.
by Daniel Angulo
· 5 days ago
8e376ee
Revert "[PA] Consolidate PartitionAlloc TLS into a single structure."
by Alex Mitra
· 5 days ago
b202279
Revert "[PA] Replace largest_active_bucket_index_ with active_bucket_count_"
by Alex Mitra
· 5 days ago
25a2169
Revert "[PA] Introduce PartitionTlsRegistry to track PartitionTls instances"
by Alex Mitra
· 5 days ago
0fb0e3e
PA: `const SlotSpanMetadata*` to `...BucketSizeDetails()`
by Kalvin Lee
· 5 days ago
59c8c4f
Spanification of partition_alloc_base/cpu.cc, etc.
by Daniel Angulo
· 9 days ago
14f58fb
Spanification of partition_alloc/pointers/raw_ptr_unittest.cc
by Daniel Angulo
· 9 days ago
7a355f7
Spanification of partition_alloc/partition_alloc_check.h
by Daniel Angulo
· 10 days ago
4c25384
[PA] Introduce PartitionTlsRegistry to track PartitionTls instances
by mikt
· 10 days ago
756d474
base: add bikineev@ as owner partition_alloc
by Anton Bikineev
· 10 days ago
df749d8
PA: Remove wrong PA_DCHECK() from Partitionroot::DumpStats()
by Takashi Sakamoto
· 10 days ago
07d8a85
[PA] Add mikt@google.com to PartitionAlloc OWNERS
by mikt
· 10 days ago
15ecfb7
Spanification of partition_alloc/partition_bucket.cc, etc.
by Daniel Angulo
· 10 days ago
06f54f9
[PA] Decouple PartitionAlloc perftests into standalone target
by mikt
· 11 days ago
a7c4a41
PA: Collate output arguments
by Kalvin Lee
· 11 days ago
072eb32
PA: `ThreadCache::GetFromCache() -> SlotAddressAndSize`
by Kalvin Lee
· 11 days ago
809402f
Move shared partition_alloc test headers to test_support
by Matt Stark
· 11 days ago
c0919ce
base: Clean up redundant include rules
by Mitsuru Oshima
· 11 days ago
82539aa
Run `gn format` on all build files
by Matt Stark
· 12 days ago
68303b2
Spanification of partition_alloc/gwp_asan_support.cc etc.
by Daniel Angulo
· 13 days ago
4c551f3
Checked Span: Adjust usable size functions
by Kalvin Lee
· 13 days ago
5db1967
partition_alloc: Move LINUX_NAME_REGION define to its own header
by Lei Zhang
· 2 weeks ago
70d897d
Checked Span: Clarify "smuggled" size bits
by Kalvin Lee
· 2 weeks ago
0a04517
PA: Plumb bool showing if slot can store raw size
by Kalvin Lee
· 2 weeks ago
a572625
[PA] Replace largest_active_bucket_index_ with active_bucket_count_
by mikt
· 3 weeks ago
37879b5
Spanification of partition_alloc_base/files/file_util.h
by Daniel Angulo
· 3 weeks ago
c029851
[PA] Make SlotStart family aggregate types
by mikt
· 3 weeks ago
fa8d9a4
Spanification of partition_alloc_base/strings/safe_sprintf_pa_unittest.cc
by Daniel Angulo
· 3 weeks ago
eba8297
Spanification of partition_alloc_base/posix/safe_strerror.cc
by Daniel Angulo
· 3 weeks ago
89615a6
PA: Make SchedulerLoopQuarantineBranch use `enum class QuarantineTarget`
by Takashi Sakamoto
· 3 weeks ago
a1cd133
[PA] Derive intended-leak behavior from the owning root
by Keishi Hattori
· 3 weeks ago
649c2cd
[PA] Consolidate PartitionAlloc TLS into a single structure.
by mikt
· 3 weeks ago
f0d1e64
[PA] Move SlotStart out of internal namespace
by mikt
· 3 weeks ago
1f5d57d
[PA] Support maximum AllocToken IDs
by ainozaki
· 3 weeks ago
15bf773
[PA] Decouple AllocToken from partition index
by ainozaki
· 3 weeks ago
876243f
[PA/MO] Add an option to apply quarantine only to IPC-triggered tasks
by mikt
· 3 weeks ago
21aca3f
PA: Remove `base/augmentations/`
by Kalvin Lee
· 3 weeks ago
990382a
Prevent a realloc slot reuse with live raw_ptr refs
by Stephen Nusko
· 3 weeks ago
e4d2f03
ReallocProtectedIterator: Use `std::optional`
by Kalvin Lee
· 3 weeks ago
b49162b
PA: Adjust args to `FreeAfterBRPQuarantine()`
by Kalvin Lee
· 3 weeks ago
f755cc4
PA: Introduce `InSlotMetadata::From()`
by Kalvin Lee
· 3 weeks ago
d9b0e26
ReallocProtectedIterator: Use PA struct
by Kalvin Lee
· 3 weeks ago
46c3707
Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc
by Daniel Angulo
· 4 weeks ago
940e808
base: Remove CheckHeapIntegrity and CheckMetadataIntegrity
by Justin Cohen
· 4 weeks ago
335d95e
PAlloc: Use less space for power-of-2 sized AlignedAlloc.
by Gregg Tavares
· 4 weeks ago
bda1ae1
PA: Mark `GetSlotUsableSize()` `const`
by Kalvin Lee
· 4 weeks ago
0e3ace2
[PA] Add support for operator new(std::align_val_t, std::nothrow)
by Arthur Sonzogni
· 4 weeks ago
2f810de
PA: Directly call `GetRawSize()`
by Kalvin Lee
· 4 weeks ago
df5fc1b
PA: Include buildflags header
by Kalvin Lee
· 4 weeks ago
7dbf24a
Remove UNSAFE_TODO from partition_alloc/scheduler_loop_quarantine_support.cc
by Daniel Angulo
· 4 weeks ago
ac51e08
remove UNSAFE_TODOs from partition_alloc/partition_root.cc
by Daniel Angulo
· 4 weeks ago
f37e5dd
[PA] Switch AllocToken ABI from Fast ABI to non-Fast ABI
by ainozaki
· 4 weeks ago
087e4c3
[PA] Zap intended leaks even without a type id hint
by Keishi Hattori
· 4 weeks ago
584ccf1
Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc
by Daniel Angulo
· 4 weeks ago
a80690f
Spanification of partition_alloc/thread_cache_unittest.cc
by Daniel Angulo
· 4 weeks ago
4abc0f4
Spanification of partition_alloc/thread_cache.cc etc.
by Daniel Angulo
· 4 weeks ago
b40bacc
Spanification of partition_alloc/internal/thread_cache_internal.h, etc.
by Daniel Angulo
· 5 weeks ago
552529c
Spanification of partition_alloc/partition_alloc_base/rand_util_pa_unittest.cc
by Daniel Angulo
· 5 weeks ago
5026491
Spanification of partition_alloc/address_space_randomization_unittest.cc
by Daniel Angulo
· 5 weeks ago
85f6a43
Reserve a bit in `InSlotMetadata`
by Kalvin Lee
· 5 weeks ago
89acd0d
[PA] Move the intended-leak root into the allocator shim
by Keishi Hattori
· 5 weeks ago
68b7f62
Abort on Apple RNG failure instead of falling back to /dev/urandom
by Xiaobin Cui
· 5 weeks ago
d7ac857
[MTE] Use random memory tagging unconditionally
by Keishi Hattori
· 5 weeks ago
8a06949
[PA] Clean up PartitionAllocFreeWithSize base::Feature flags
by ainozaki
· 5 weeks ago
0ee1bd8
Configure platform-specific defaults for PartitionAllocSchedulerLoopQuarantine.
by Stephen Nusko
· 5 weeks ago
9a83f67
base: Remove a few UNSAFE_TODO by converting to for-each loops
by Nico Weber
· 5 weeks ago
03cc513
Fix ScopedSchedulerLoopQuarantineExclusion
by Gregg Tavares
· 6 weeks ago
7d6a158
Move ScopedSafetyChecksExclusion to PartitionAlloc
by Gregg Tavares
· 6 weeks ago
f51f075
PartitionAlloc: Track wasted size from rounding for AlignedAlloc.
by Stephen Nusko
· 6 weeks ago
601b19e
PA: Remove `MaxDirectMapped()`
by Kalvin Lee
· 6 weeks ago
b5214a8
PA: Remove `Settings::in_slot_metadata_size`
by Kalvin Lee
· 6 weeks ago
4e780d3
PA: Add `MaxAllocationSize()`
by Kalvin Lee
· 6 weeks ago
41619fc
[PartitionAlloc] Adapt periodic reclaim interval to reclaimable memory
by Chris Davis
· 7 weeks ago
f13ab1c
PA: Check brp_enabled()-root or not before accessing metadata.
by Takashi Sakamoto
· 7 weeks ago
3a5c0cf
Fix partition alloc test failures
by David Bienvenu
· 7 weeks ago
a3f1f24
PA: Update requested sizes on realloc
by Kalvin Lee
· 7 weeks ago
34ad87a
PA: No-op rework for normal-bucket realloc
by Kalvin Lee
· 7 weeks ago
29013c8
[PartitionAlloc] Fix MTE retagging bypass in Scheduler-Loop Quarantine
by Keishi Hattori
· 7 weeks ago
ad56996
[PartitionAlloc] Order SetQuarantineRequest() before ReleaseFromAllocator()
by Keishi Hattori
· 7 weeks ago
d7aeed1
MiraclePtr: Add ReportIfDangling stub to RawPtrNoOpImpl
by Keishi Hattori
· 7 weeks ago
a134c16
Busybody: Don't depend on outside variables
by Kalvin Lee
· 7 weeks ago
f5fbe01
partition_alloc: Expose less internal bits
by Lei Zhang
· 8 weeks ago
6abc77b
partition_alloc: Cleanup pre-C++20 code in compiler_specific.h
by Lei Zhang
· 8 weeks ago
a7fbe3e
partition_alloc: Switch kSameAsAny to a C++20 concept
by Lei Zhang
· 8 weeks ago
43b48ec
PA: quarantine sanitized objects as miracle objects after dequarantined
by Takashi Sakamoto
· 8 weeks ago
6fb47fe
partition_alloc: Simplify RotR()
by Lei Zhang
· 8 weeks ago
0f047f3
partition_alloc: Remove PA_HAVE_SPACESHIP_OPERATOR
by Lei Zhang
· 8 weeks ago
7eeface
partition_alloc: Replace CountlZero() with std::countl_zero()
by Lei Zhang
· 8 weeks ago
64a11a4
partition_alloc: Replace CountrZero() with std::countr_zero()
by Lei Zhang
· 8 weeks ago
09f2979
partition_alloc: Replace BitWidth() with std::bit_width()
by Lei Zhang
· 8 weeks ago
d0d87ed
partition_alloc: Replace HasSingleBit() with std::has_single_bit()
by Lei Zhang
· 8 weeks ago
Next »