0

Remove reference to deleted Oilpan documentation.

The GC Design doc was merged into the Oilpan API reference in
https://crrev.com/c/3361041, but a few outstanding references to it
remained.

Bug: 1283934
Change-Id: I1ab9349d41c4cbcc38de2072d78815ad685b2c42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3611402
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#997003}
This commit is contained in:
Ian Clelland
2022-04-28 02:02:46 +00:00
committed by Chromium LUCI CQ
parent 85ded7ca15
commit b4df6d8d17
3 changed files with 3 additions and 4 deletions
docs/memory-infra
third_party/blink/renderer/platform

@ -91,7 +91,7 @@ and it is discounted from malloc and the blue columns.
<!-- TODO(primiano): Improve this. https://crbug.com/??? -->
[oilpan]: /third_party/blink/renderer/platform/heap/BlinkGCDesign.md
[oilpan]: /third_party/blink/renderer/platform/heap/BlinkGCAPIReference.md
[discardable]:base/memory/discardable_memory.h
[cc-memory]: probe-cc.md
[gpu-memory]: probe-gpu.md

@ -4,5 +4,4 @@ This directory contains the implementation of Blink GC system (a.k.a. Oilpan).
## Documentation
* [API reference](BlinkGCAPIReference.md)
* [GC design](BlinkGCDesign.md)
* [GC design and API reference](BlinkGCAPIReference.md)

@ -19,7 +19,7 @@ The following objects are allocated by Oilpan:
* HeapVector<T>, HeapHashSet<T>, HeapHashMap<T, U> etc
The implementation is in platform/heap/.
See [BlinkGCDesign.md](../heap/BlinkGCDesign.md) to learn the design.
See [BlinkGCAPIReference.md](../heap/BlinkGCAPIReference.md) to learn the design.
### PartitionAlloc