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