Sign in
chromium
/
chromium
/
src
/
base
/
allocator
/
partition_allocator
/
HEAD
a572625
[PA] Replace largest_active_bucket_index_ with active_bucket_count_
by mikt
· 2 minutes ago
main
37879b5
Spanification of partition_alloc_base/files/file_util.h
by Daniel Angulo
· 9 hours ago
c029851
[PA] Make SlotStart family aggregate types
by mikt
· 26 hours ago
fa8d9a4
Spanification of partition_alloc_base/strings/safe_sprintf_pa_unittest.cc
by Daniel Angulo
· 27 hours ago
eba8297
Spanification of partition_alloc_base/posix/safe_strerror.cc
by Daniel Angulo
· 30 hours ago
89615a6
PA: Make SchedulerLoopQuarantineBranch use `enum class QuarantineTarget`
by Takashi Sakamoto
· 2 days ago
a1cd133
[PA] Derive intended-leak behavior from the owning root
by Keishi Hattori
· 2 days ago
649c2cd
[PA] Consolidate PartitionAlloc TLS into a single structure.
by mikt
· 2 days ago
f0d1e64
[PA] Move SlotStart out of internal namespace
by mikt
· 2 days ago
1f5d57d
[PA] Support maximum AllocToken IDs
by ainozaki
· 5 days ago
15bf773
[PA] Decouple AllocToken from partition index
by ainozaki
· 5 days ago
876243f
[PA/MO] Add an option to apply quarantine only to IPC-triggered tasks
by mikt
· 5 days ago
21aca3f
PA: Remove `base/augmentations/`
by Kalvin Lee
· 5 days ago
990382a
Prevent a realloc slot reuse with live raw_ptr refs
by Stephen Nusko
· 5 days ago
e4d2f03
ReallocProtectedIterator: Use `std::optional`
by Kalvin Lee
· 6 days ago
b49162b
PA: Adjust args to `FreeAfterBRPQuarantine()`
by Kalvin Lee
· 6 days ago
f755cc4
PA: Introduce `InSlotMetadata::From()`
by Kalvin Lee
· 6 days ago
d9b0e26
ReallocProtectedIterator: Use PA struct
by Kalvin Lee
· 6 days ago
46c3707
Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc
by Daniel Angulo
· 6 days ago
940e808
base: Remove CheckHeapIntegrity and CheckMetadataIntegrity
by Justin Cohen
· 7 days ago
335d95e
PAlloc: Use less space for power-of-2 sized AlignedAlloc.
by Gregg Tavares
· 8 days ago
bda1ae1
PA: Mark `GetSlotUsableSize()` `const`
by Kalvin Lee
· 8 days ago
0e3ace2
[PA] Add support for operator new(std::align_val_t, std::nothrow)
by Arthur Sonzogni
· 9 days ago
2f810de
PA: Directly call `GetRawSize()`
by Kalvin Lee
· 9 days ago
df5fc1b
PA: Include buildflags header
by Kalvin Lee
· 9 days ago
7dbf24a
Remove UNSAFE_TODO from partition_alloc/scheduler_loop_quarantine_support.cc
by Daniel Angulo
· 12 days ago
ac51e08
remove UNSAFE_TODOs from partition_alloc/partition_root.cc
by Daniel Angulo
· 12 days ago
f37e5dd
[PA] Switch AllocToken ABI from Fast ABI to non-Fast ABI
by ainozaki
· 12 days ago
087e4c3
[PA] Zap intended leaks even without a type id hint
by Keishi Hattori
· 12 days ago
584ccf1
Spanification of shim/allocator_shim_default_dispatch_to_partition_alloc.cc
by Daniel Angulo
· 12 days ago
a80690f
Spanification of partition_alloc/thread_cache_unittest.cc
by Daniel Angulo
· 13 days ago
4abc0f4
Spanification of partition_alloc/thread_cache.cc etc.
by Daniel Angulo
· 13 days ago
b40bacc
Spanification of partition_alloc/internal/thread_cache_internal.h, etc.
by Daniel Angulo
· 14 days ago
552529c
Spanification of partition_alloc/partition_alloc_base/rand_util_pa_unittest.cc
by Daniel Angulo
· 14 days ago
5026491
Spanification of partition_alloc/address_space_randomization_unittest.cc
by Daniel Angulo
· 14 days ago
85f6a43
Reserve a bit in `InSlotMetadata`
by Kalvin Lee
· 14 days ago
89acd0d
[PA] Move the intended-leak root into the allocator shim
by Keishi Hattori
· 14 days ago
68b7f62
Abort on Apple RNG failure instead of falling back to /dev/urandom
by Xiaobin Cui
· 14 days ago
d7ac857
[MTE] Use random memory tagging unconditionally
by Keishi Hattori
· 2 weeks ago
8a06949
[PA] Clean up PartitionAllocFreeWithSize base::Feature flags
by ainozaki
· 2 weeks ago
0ee1bd8
Configure platform-specific defaults for PartitionAllocSchedulerLoopQuarantine.
by Stephen Nusko
· 2 weeks ago
9a83f67
base: Remove a few UNSAFE_TODO by converting to for-each loops
by Nico Weber
· 3 weeks ago
03cc513
Fix ScopedSchedulerLoopQuarantineExclusion
by Gregg Tavares
· 3 weeks ago
7d6a158
Move ScopedSafetyChecksExclusion to PartitionAlloc
by Gregg Tavares
· 3 weeks ago
f51f075
PartitionAlloc: Track wasted size from rounding for AlignedAlloc.
by Stephen Nusko
· 4 weeks ago
601b19e
PA: Remove `MaxDirectMapped()`
by Kalvin Lee
· 4 weeks ago
b5214a8
PA: Remove `Settings::in_slot_metadata_size`
by Kalvin Lee
· 4 weeks ago
4e780d3
PA: Add `MaxAllocationSize()`
by Kalvin Lee
· 4 weeks ago
41619fc
[PartitionAlloc] Adapt periodic reclaim interval to reclaimable memory
by Chris Davis
· 4 weeks ago
f13ab1c
PA: Check brp_enabled()-root or not before accessing metadata.
by Takashi Sakamoto
· 4 weeks ago
3a5c0cf
Fix partition alloc test failures
by David Bienvenu
· 4 weeks ago
a3f1f24
PA: Update requested sizes on realloc
by Kalvin Lee
· 4 weeks ago
34ad87a
PA: No-op rework for normal-bucket realloc
by Kalvin Lee
· 4 weeks ago
29013c8
[PartitionAlloc] Fix MTE retagging bypass in Scheduler-Loop Quarantine
by Keishi Hattori
· 5 weeks ago
ad56996
[PartitionAlloc] Order SetQuarantineRequest() before ReleaseFromAllocator()
by Keishi Hattori
· 5 weeks ago
d7aeed1
MiraclePtr: Add ReportIfDangling stub to RawPtrNoOpImpl
by Keishi Hattori
· 5 weeks ago
a134c16
Busybody: Don't depend on outside variables
by Kalvin Lee
· 5 weeks ago
f5fbe01
partition_alloc: Expose less internal bits
by Lei Zhang
· 5 weeks ago
6abc77b
partition_alloc: Cleanup pre-C++20 code in compiler_specific.h
by Lei Zhang
· 5 weeks ago
a7fbe3e
partition_alloc: Switch kSameAsAny to a C++20 concept
by Lei Zhang
· 5 weeks ago
43b48ec
PA: quarantine sanitized objects as miracle objects after dequarantined
by Takashi Sakamoto
· 5 weeks ago
6fb47fe
partition_alloc: Simplify RotR()
by Lei Zhang
· 5 weeks ago
0f047f3
partition_alloc: Remove PA_HAVE_SPACESHIP_OPERATOR
by Lei Zhang
· 5 weeks ago
7eeface
partition_alloc: Replace CountlZero() with std::countl_zero()
by Lei Zhang
· 5 weeks ago
64a11a4
partition_alloc: Replace CountrZero() with std::countr_zero()
by Lei Zhang
· 5 weeks ago
09f2979
partition_alloc: Replace BitWidth() with std::bit_width()
by Lei Zhang
· 5 weeks ago
d0d87ed
partition_alloc: Replace HasSingleBit() with std::has_single_bit()
by Lei Zhang
· 5 weeks ago
66df8ef
Remove unused kUnprotectedInRelease constant.
by Tom Sepez
· 6 weeks ago
bbd8b39
Introduce `CHECKED_SPAN_HAS_METADATA_SUPPORT`
by Kalvin Lee
· 6 weeks ago
247cfd3
Improve ASLR hints in PartitionAlloc on Android.
by Stephen Nusko
· 6 weeks ago
f2439d9
Checked Span: Don't check zero-sized spans
by Kalvin Lee
· 6 weeks ago
8454eac
Drop k from public constant kUnprotectedInRelease.
by Tom Sepez
· 6 weeks ago
0211596
apple_apsl: mark malloc.h as Static
by Jiewei Qian
· 6 weeks ago
13a3155
Introduce RawPtrIfPtrT type trait for conditional raw_ptr conversion
by Tom Sepez
· 7 weeks ago
522f5c1
PA, EULD: EULD samples objects which SchedulerLoopQuarantine will not handle
by Takashi Sakamoto
· 7 weeks ago
5d73585
partition_alloc: Define is_lsan and is_msan for standalone build
by Arthur Sonzogni
· 7 weeks ago
b4e94c0
Enable BackupRefPtr feature flag on CastOS.
by Stephen Nusko
· 7 weeks ago
128709d
Reduce calls to metadata offset and ReservationTable::Get
by Stephen Nusko
· 7 weeks ago
0a0c55b
Remove unnecessary PA_UNSAFE_TODO in partition Alloc
by Daniel Angulo
· 7 weeks ago
4b811f9
Checked Span: Crash on nullptr bucket
by Kalvin Lee
· 7 weeks ago
1a5a7f5
PA: Remove `AllocInline()`
by Kalvin Lee
· 7 weeks ago
407e9f8
partition_alloc: Migrate MEMORY_TOOL_REPLACES_ALLOCATOR to PA buildflag
by Arthur Sonzogni
· 8 weeks ago
f36d5a2
Checked Span: Annotate likeliness
by Kalvin Lee
· 8 weeks ago
4de29aa
Automatic Arrayification for partition alloc
by Daniel Angulo
· 8 weeks ago
20dce94
PartitionAlloc: Restore StackTopRegistry::GetCurrentThreadStackTop
by Egor Pasko
· 8 weeks ago
75037eb
Rename Time::kTimeTToMicrosecondsOffset to kMicrosecondsFromWindowsToUnixEpoch
by Helmut Januschka
· 8 weeks ago
16ccc39
PartitionAlloc: Remove StackTopRegistry notification
by Egor Pasko
· 8 weeks ago
ad3b617
PartitionAlloc: Fix component (for bugs) in DIR_METADATA
by Egor Pasko
· 8 weeks ago
2723da2
Spanification of cc/metrics/scroll_jank_v4_tracing_recorder.cc, etc.
by Daniel Angulo
· 9 weeks ago
0e08e29
PA: Record type_id and size at intended leak
by Takashi Sakamoto
· 9 weeks ago
009c3b6
Add alignment parameter to PartitionAllocHooks::AllocationOverrideHook.
by Stephen Nusko
· 10 weeks ago
c55a873
[ios blink] Use CCRandomGenerateBytes instead of /dev/urandom on iOS
by Xiaobin Cui
· 10 weeks ago
dbf94f5
Set 'License Android Compatible' for deps with reciprocal licenses
by Jordan Brown
· 10 weeks ago
d259883
Make leaked security objects provide type-id at `delete`.
by Takashi Sakamoto
· 10 weeks ago
9cb2535
[PA] Disallow ++refcount once the object is not held by allocator and its refcount is zero
by Takashi Sakamoto
· 10 weeks ago
17f0175
Report unprotected-in-release raw_ptr correctly in BRP-ASan
by Keishi Hattori
· 10 weeks ago
64c90fe
Set kPartitionCachelineSize to 128B for Apple ARM
by Kevin Graney
· 2 months ago
4e256af
Enable use_checked_span on Linux.
by Stephen Nusko
· 3 months ago
f0ef8b9
[PA] Fix ThreadCache corruption in ThreadCacheProcessScopeForTesting
by mikt
· 3 months ago
94cee1e
Handle nullptr buckets in SlotSpans
by Stephen Nusko
· 3 months ago
Next »