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:

committed by
Chromium LUCI CQ

parent
85ded7ca15
commit
b4df6d8d17
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user