tree: d4b955b828cd23c3023f44c3b37b87e0676e79ab [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.h
  13. liveness-broker.h
  14. macros.h
  15. member.h
  16. name-provider.h
  17. object-size-trait.h
  18. OWNERS
  19. persistent.h
  20. platform.h
  21. prefinalizer.h
  22. README.md
  23. sentinel-pointer.h
  24. source-location.h
  25. testing.h
  26. trace-trait.h
  27. type-traits.h
  28. 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.