v8/include/cppgc
Anton Bikineev 09f082f233 Reland "cppgc: Port concurrent sweeper"
This reverts commit a35d0e8cb5.

The original CL is likely not a culprit for the infra failures.

Bug: chromium:1056170
Change-Id: I8fa85db8a737fb01328021782f0c43626fa52b0d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2215826
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67977}
2020-05-26 15:40:53 +00:00
..
internal cppgc: Add TraceCallback to GCInfo 2020-05-13 23:53:43 +00:00
allocation.h cppgc: Implement allocation on custom spaces 2020-05-08 07:20:49 +00:00
common.h heap,cppgc: Update StackState enum values 2020-05-12 12:07:27 +00:00
custom-space.h cppgc: Allocation cleanups 2020-05-11 15:50:28 +00:00
DEPS cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
garbage-collected.h cppgc: Use static_assert to force semi colon after macro 2020-05-13 21:47:48 +00:00
heap.h heap,cppgc: Update StackState enum values 2020-05-12 12:07:27 +00:00
liveness-broker.h Fix LINT exceptions across the code base 2020-04-27 16:37:04 +00:00
macros.h cppgc: Use static_assert to force semi colon after macro 2020-05-13 21:47:48 +00:00
member.h Fix LINT exceptions across the code base 2020-04-27 16:37:04 +00:00
persistent.h Fix LINT exceptions across the code base 2020-04-27 16:37:04 +00:00
platform.h Reland "cppgc: Port concurrent sweeper" 2020-05-26 15:40:53 +00:00
prefinalizer.h cppgc: Use static_assert to force semi colon after macro 2020-05-13 21:47:48 +00:00
README.md cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location.h Fix LINT exceptions across the code base 2020-04-27 16:37:04 +00:00
trace-trait.h cppgc: Duplicate worklist 2020-04-29 00:28:00 +00:00
type-traits.h cppgc: Make Trace methods const 2020-04-20 13:15:13 +00:00
visitor.h cppgc: Add composite object tracing to Visitor 2020-05-15 21:09:15 +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.