tree: 243d8b88246605385f6ff09c2a1ac742974ca691 [path history] [tgz]
  1. asm/
  2. address_cache.cc
  3. address_cache.h
  4. address_cache_test.cc
  5. atomic_entry_flag.h
  6. blink_gc.h
  7. blink_gc_memory_dump_provider.cc
  8. blink_gc_memory_dump_provider.h
  9. blink_gc_memory_dump_provider_test.cc
  10. BlinkGCAPIReference.md
  11. BlinkGCDesign.md
  12. BUILD.gn
  13. DEPS
  14. finalizer_traits.h
  15. garbage_collected.h
  16. gc_info.cc
  17. gc_info.h
  18. gc_info_test.cc
  19. gc_task_runner.h
  20. handle.h
  21. heap.cc
  22. heap.h
  23. heap_allocator.cc
  24. heap_allocator.h
  25. heap_compact.cc
  26. heap_compact.h
  27. heap_compact_test.cc
  28. heap_linked_stack.h
  29. heap_page.cc
  30. heap_page.h
  31. heap_stats_collector.cc
  32. heap_stats_collector.h
  33. heap_stats_collector_test.cc
  34. heap_test.cc
  35. heap_test_utilities.cc
  36. heap_test_utilities.h
  37. heap_thread_test.cc
  38. heap_traits.h
  39. heap_traits_test.cc
  40. incremental_marking_test.cc
  41. marking_verifier.h
  42. marking_visitor.cc
  43. marking_visitor.h
  44. member.h
  45. name_trait_test.cc
  46. name_traits.h
  47. object_start_bitmap_test.cc
  48. OWNERS
  49. page_memory.cc
  50. page_memory.h
  51. page_pool.cc
  52. page_pool.h
  53. persistent.h
  54. persistent_node.cc
  55. persistent_node.h
  56. persistent_test.cc
  57. process_heap.cc
  58. process_heap.h
  59. README.md
  60. run_all_tests.cc
  61. self_keep_alive.h
  62. sparse_heap_bitmap.cc
  63. sparse_heap_bitmap.h
  64. stack_frame_depth.cc
  65. stack_frame_depth.h
  66. thread_state.cc
  67. thread_state.h
  68. thread_state_scheduling_test.cc
  69. thread_state_scopes.h
  70. threading_traits.h
  71. trace_traits.h
  72. unified_heap_controller.cc
  73. unified_heap_controller.h
  74. unified_heap_marking_visitor.cc
  75. unified_heap_marking_visitor.h
  76. visitor.h
  77. worklist.h
  78. worklist_test.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