tree: b90ce0cf8b3d64948156899e4f67f5bd19dcdea2 [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. explicit-management.h
  10. garbage-collected.h
  11. heap-consistency.h
  12. heap-state.h
  13. heap-statistics.h
  14. heap.h
  15. liveness-broker.h
  16. macros.h
  17. member.h
  18. name-provider.h
  19. object-size-trait.h
  20. OWNERS
  21. persistent.h
  22. platform.h
  23. prefinalizer.h
  24. process-heap-statistics.h
  25. README.md
  26. sentinel-pointer.h
  27. source-location.h
  28. testing.h
  29. trace-trait.h
  30. type-traits.h
  31. 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.