v8/include/cppgc/internal
Michael Lippautz 66cfc31581 cppgc: Provide basic allocation to have access to Heap backref
This CL provides a basic allocator that allocates normal-sized objects
on pages without ever reusing them. This allows for already using the
backref from page to heap which is used in some critical places
(pre-finalizers, write barrier, Persistent).

Bug: chromium:1056170
Change-Id: Ifada9b7e984827906c267d1a3a521576587feaeb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2141736
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67076}
2020-04-09 08:00:23 +00:00
..
accessors.h cppgc: Provide basic allocation to have access to Heap backref 2020-04-09 08:00:23 +00:00
api-constants.h cppgc: Provide basic allocation to have access to Heap backref 2020-04-09 08:00:23 +00:00
finalizer-trait.h cppgc: Move implementation headers in internal/ dir 2020-04-08 07:39:40 +00:00
gc-info.h cppgc: Move implementation headers in internal/ dir 2020-04-08 07:39:40 +00:00
pointer-policies.h cppgc: Refine Member a bit 2020-04-08 13:13:01 +00:00