tree: 86273162d06e17a6840b336da8c7daa436b72f2d [path history] [tgz]
  1. asm/
  2. collection_support/
  3. atomic_entry_flag.h
  4. blink_gc.cc
  5. blink_gc.h
  6. blink_gc_memory_dump_provider.cc
  7. blink_gc_memory_dump_provider.h
  8. blink_gc_memory_dump_provider_test.cc
  9. BlinkGCAPIReference.md
  10. BlinkGCDesign.md
  11. BUILD.gn
  12. cancelable_task_scheduler.cc
  13. cancelable_task_scheduler.h
  14. cancelable_task_scheduler_test.cc
  15. card_table_test.cc
  16. concurrent_marking_test.cc
  17. DEPS
  18. disallow_new_wrapper.h
  19. finalizer_traits.h
  20. garbage_collected.h
  21. gc_info.cc
  22. gc_info.h
  23. gc_info_test.cc
  24. gc_task_runner.h
  25. handle.h
  26. heap.cc
  27. heap.h
  28. heap_allocator.cc
  29. heap_allocator.h
  30. heap_compact.cc
  31. heap_compact.h
  32. heap_compact_test.cc
  33. heap_page.cc
  34. heap_page.h
  35. heap_stats_collector.cc
  36. heap_stats_collector.h
  37. heap_stats_collector_test.cc
  38. heap_test.cc
  39. heap_test_utilities.cc
  40. heap_test_utilities.h
  41. heap_thread_test.cc
  42. heap_traits.h
  43. heap_traits_test.cc
  44. incremental_marking_test.cc
  45. marking_verifier.cc
  46. marking_verifier.h
  47. marking_verifier_test.cc
  48. marking_visitor.cc
  49. marking_visitor.h
  50. member.h
  51. minor_gc_test.cc
  52. name_trait_test.cc
  53. name_traits.h
  54. object_start_bitmap_test.cc
  55. OWNERS
  56. page_bloom_filter.h
  57. page_memory.cc
  58. page_memory.h
  59. page_pool.cc
  60. page_pool.h
  61. persistent.h
  62. persistent_node.cc
  63. persistent_node.h
  64. persistent_test.cc
  65. process_heap.cc
  66. process_heap.h
  67. README.md
  68. self_keep_alive.h
  69. thread_state.cc
  70. thread_state.h
  71. thread_state_scheduling_test.cc
  72. thread_state_scopes.h
  73. thread_state_statistics.cc
  74. thread_state_statistics.h
  75. threading_traits.h
  76. trace_traits.h
  77. unified_heap_controller.cc
  78. unified_heap_controller.h
  79. unified_heap_marking_visitor.cc
  80. unified_heap_marking_visitor.h
  81. unsanitized_atomic.cc
  82. unsanitized_atomic.h
  83. visitor.h
  84. weakness_marking_test.cc
  85. worklist.h
  86. worklist_test.cc
  87. write_barrier_perftest.cc
third_party/blink/renderer/platform/heap/README.md

Blink GC

This directory contains the implementation of Blink GC system (a.k.a. Oilpan).

Documentation