tree: 06614d55526046b2a16e13d80933d4a6ffad55d3 [path history] [tgz]
  1. internal/
  2. allocation.h
  3. common.h
  4. cross-thread-persistent.h
  5. custom-space.h
  6. default-platform.h
  7. DEPS
  8. ephemeron-pair.h
  9. garbage-collected.h
  10. heap-consistency.h
  11. heap-state.h
  12. heap-statistics.h
  13. heap.h
  14. liveness-broker.h
  15. macros.h
  16. member.h
  17. name-provider.h
  18. object-size-trait.h
  19. OWNERS
  20. persistent.h
  21. platform.h
  22. prefinalizer.h
  23. process-heap-statistics.h
  24. README.md
  25. sentinel-pointer.h
  26. source-location.h
  27. testing.h
  28. trace-trait.h
  29. type-traits.h
  30. visitor.h
include/cppgc/README.md

C++ Garbage Collection

This directory provides an open-source garbage collection library for C++.

The library is under construction, meaning that all APIs in this directory are incomplete and considered unstable and should not be used.