v8/include/cppgc
Michael Lippautz 2e61c41c4b cppgc: First round of API docs
Bug: chromium:1056170
Change-Id: Idbbab7af430e3bc2791eba630b331a75a67e35a9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2142262
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67112}
2020-04-14 13:42:29 +00:00
..
internal cppgc: Fix GetHeapFromPayload 2020-04-09 10:10:23 +00:00
allocation.h cppgc: First round of API docs 2020-04-14 13:42:29 +00:00
garbage-collected.h cppgc: First round of API docs 2020-04-14 13:42:29 +00:00
heap.h cppgc: Add allocation support for managed types 2020-03-27 10:47:07 +00:00
liveness-broker.h cppgc: LivenessBroker 2020-04-14 08:57:12 +00:00
member.h cppgc: First round of API docs 2020-04-14 13:42:29 +00:00
platform.h cppgc: Add allocation support for managed types 2020-03-27 10:47:07 +00:00
README.md cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location.h cppgc: Require gcc-7 for proper source location support 2020-04-03 20:46:01 +00:00
trace-trait.h cppgc: Provide Visitor and tracing infrastructure for Member 2020-04-07 15:37:35 +00:00
type-traits.h cppgc: Refine Member a bit 2020-04-08 13:13:01 +00:00
visitor.h cppgc: Provide Visitor::Trace for WeakMember 2020-04-14 10:37:35 +00:00

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.