1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

base / allocator / partition_allocator / src / partition_alloc / partition_alloc_base / README.md [blame]

# `partition_alloc_base/`

This is a rough mirror of Chromium's `//base`, cut down to the necessary
files and contents that PartitionAlloc pulls in. Small tweaks (n.b.
macro renaming) have been made to prevent compilation issues, but we
generally prefer that this be a mostly unmutated subset of `//base`.

## Update Policy

TBD.

*   This directory may drift out of sync with `//base`.

*   We will merge security updates from Chromium's `//base` once we are
    made aware of them.

*   We may elect to freshen files when we need to use new `//base`
    functionality in PA.

## Augmentation Policy

Prefer not to directly modify contents here. Add them into
`augmentations/`, documenting the usage and provenance of each addition.