• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

asm/H16-Feb-2021-528315

collection_support/H16-Feb-2021-768550

impl/H03-May-2022-17,09512,046

test/H16-Feb-2021-11,2248,878

v8_wrapper/H16-Feb-2021-23182

BUILD.gnH A D16-Feb-20217.7 KiB268244

BlinkGCAPIReference.mdH A D16-Feb-202122.5 KiB559415

BlinkGCDesign.mdH A D16-Feb-20215.5 KiB12994

DEPSH A D16-Feb-20211.3 KiB3732

OWNERSH A D16-Feb-2021198 97

README.mdH A D16-Feb-2021184 95

blink_gc.hH A D16-Feb-2021680 179

blink_gc_memory_dump_provider.hH A D16-Feb-2021785 179

disallow_new_wrapper.hH A D16-Feb-2021740 179

garbage_collected.hH A D16-Feb-2021725 179

gc_task_runner.hH A D16-Feb-2021710 179

handle.hH A D16-Feb-20212.2 KiB4512

heap.hH A D16-Feb-2021660 179

heap_allocator.hH A D16-Feb-2021710 179

heap_stats_collector.hH A D16-Feb-2021740 179

heap_test_utilities.ccH A D16-Feb-20213.6 KiB11891

heap_test_utilities.hH A D16-Feb-20216.5 KiB209145

heap_traits.hH A D16-Feb-2021695 179

member.hH A D16-Feb-2021670 179

persistent.hH A D16-Feb-2021690 179

process_heap.hH A D16-Feb-2021700 179

self_keep_alive.hH A D16-Feb-20212 KiB7732

thread_state.hH A D16-Feb-2021700 179

thread_state_scopes.hH A D16-Feb-2021735 179

unified_heap_controller.hH A D16-Feb-2021755 179

unified_heap_marking_visitor.hH A D16-Feb-2021780 179

visitor.hH A D16-Feb-2021675 179

README.md

1# Blink GC
2
3This directory contains the implementation of Blink GC system (a.k.a. Oilpan).
4
5## Documentation
6
7* [API reference](BlinkGCAPIReference.md)
8* [GC design](BlinkGCDesign.md)
9