• Home
Name Date Size #Lines LOC

..--

augmentations/03-May-2024-239

debug/03-May-2024-10916

files/03-May-2024-605316

fuchsia/03-May-2024-15195

ios/03-May-2024-9557

mac/03-May-2024-527321

memory/03-May-2024-633366

numerics/03-May-2024-3,4272,555

posix/03-May-2024-219102

strings/03-May-2024-12370

system/03-May-2024-8049

threading/03-May-2024-1,003591

time/03-May-2024-2,7801,563

types/03-May-2024-14255

win/03-May-2024-13282

README.mdD03-May-2024734 2415

atomic_ref_count.hD03-May-20242.8 KiB7028

bit_cast.hD03-May-20241.6 KiB4932

bits.hD03-May-20246.2 KiB15891

bits_pa_unittest.ccD03-May-202410.4 KiB276236

check.ccD03-May-20243.2 KiB9469

check.hD03-May-20247.4 KiB184100

compiler_specific.hD03-May-20248.4 KiB234131

component_export.hD03-May-20244 KiB8134

component_export_pa_unittest.ccD03-May-20242.1 KiB8355

cpu.ccD03-May-20246.5 KiB204129

cpu.hD03-May-20243.4 KiB11084

cpu_pa_unittest.ccD03-May-20244.8 KiB16487

cxx17_backports.hD03-May-20241.3 KiB3619

cxx17_backports_pa_unittest.ccD03-May-20243.4 KiB10279

cxx20_is_constant_evaluated.hD03-May-20241.1 KiB3414

gtest_prod_util.hD03-May-20242.1 KiB6712

immediate_crash.hD03-May-20246.1 KiB16358

logging.ccD03-May-20249.1 KiB285206

logging.hD03-May-202422.4 KiB523245

logging_pa_unittest.ccD03-May-20244.6 KiB149115

native_library.ccD03-May-2024574 168

native_library.hD03-May-20243.4 KiB9862

native_library_pa_unittest.ccD03-May-2024938 2715

native_library_posix.ccD03-May-20242.1 KiB5729

no_destructor.hD03-May-20245.1 KiB13336

rand_util.ccD03-May-20241.9 KiB7544

rand_util.hD03-May-20243.8 KiB9634

rand_util_fuchsia.ccD03-May-2024443 167

rand_util_pa_unittest.ccD03-May-20248.7 KiB239139

rand_util_posix.ccD03-May-20243.5 KiB10358

rand_util_win.ccD03-May-20241.2 KiB3924

scoped_clear_last_error.hD03-May-20241.9 KiB5731

scoped_clear_last_error_pa_unittest.ccD03-May-20241.3 KiB5843

scoped_clear_last_error_win.ccD03-May-2024578 2111

thread_annotations.hD03-May-202410.4 KiB26564

thread_annotations_pa_unittest.ccD03-May-20241.2 KiB5943

thread_annotations_pa_unittest.ncD03-May-20241.9 KiB7254

README.md

1# `partition_alloc_base/`
2
3This is a rough mirror of Chromium's `//base`, cut down to the necessary
4files and contents that PartitionAlloc pulls in. Small tweaks (n.b.
5macro renaming) have been made to prevent compilation issues, but we
6generally prefer that this be a mostly unmutated subset of `//base`.
7
8## Update Policy
9
10TBD.
11
12*   This directory may drift out of sync with `//base`.
13
14*   We will merge security updates from Chromium's `//base` once we are
15    made aware of them.
16
17*   We may elect to freshen files when we need to use new `//base`
18    functionality in PA.
19
20## Augmentation Policy
21
22Prefer not to directly modify contents here. Add them into
23`augmentations/`, documenting the usage and provenance of each addition.
24