v8/test/unittests/heap
Michael Lippautz 53400a4d9d cppgc: Add LSAN support for pages containing managed objects
- Move LsanPageAllocator to base;
- Use LsanPageAllocator in PageBackend that serves managed C++
  objects;
- Remove spurious TODO for GCInfoTable which should not use the
  LSAN-aware backend;

Bug: chromium:1056170
Change-Id: I2caa11443ab44da5164f1c29339e302bffb49228
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2850157
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74192}
2021-04-26 20:03:19 +00:00
..
base cppgc, heap: Add Clear and IsEmpty methods to Worklist::Local 2020-10-20 21:59:38 +00:00
cppgc cppgc: Add LSAN support for pages containing managed objects 2021-04-26 20:03:19 +00:00
allocation-observer-unittest.cc [heap] Support removing of observers during Step() 2020-08-17 10:42:32 +00:00
barrier-unittest.cc
bitmap-test-utils.h
bitmap-unittest.cc
code-object-registry-unittest.cc
embedder-tracing-unittest.cc
gc-idle-time-handler-unittest.cc heap: Remove context disposal GCs 2021-04-06 09:19:09 +00:00
gc-tracer-unittest.cc [heap] Replace TRACE_BACKGROUND_GC macro with TRACE_GC1 2020-11-27 17:48:55 +00:00
heap-controller-unittest.cc [cleanup] Replace all remaining Min/Max uses with std::min/max 2020-11-24 17:32:01 +00:00
heap-unittest.cc [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
heap-utils.cc cppgc,api: Add support for JS->C++ write barriers 2021-01-21 14:28:00 +00:00
heap-utils.h cppgc,api: Add support for JS->C++ write barriers 2021-01-21 14:28:00 +00:00
index-generator-unittest.cc [Heap]: Implement IndexGenerator for Jobs use cases. 2020-09-11 19:25:33 +00:00
list-unittest.cc
local-factory-unittest.cc [heap, infra] Remove --local-heaps and --concurrent-allocation flags 2021-02-01 11:01:26 +00:00
local-heap-unittest.cc [heap] Fix deadlock with concurrent allocation and blocked main thread 2021-03-29 12:29:25 +00:00
marking-unittest.cc
marking-worklist-unittest.cc [heap] Split marking worklist into global worklist and local worklists 2020-08-11 13:15:54 +00:00
memory-reducer-unittest.cc
object-start-bitmap-unittest.cc [heap] Add object start bitmap for conservative stack scanning 2020-08-31 07:10:36 +00:00
object-stats-unittest.cc
persistent-handles-unittest.cc [handles] Make DetachPersistent insert into ordered_blocks_ 2020-08-05 12:03:52 +00:00
safepoint-unittest.cc [heap, infra] Remove --local-heaps and --concurrent-allocation flags 2021-02-01 11:01:26 +00:00
slot-set-unittest.cc
spaces-unittest.cc [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
traced-reference-unittest.cc cppgc: Replace JSMember by TracedReference 2020-10-27 14:46:56 +00:00
unified-heap-snapshot-unittest.cc cppgc: Object sizes for cpp objects in heap snapshot 2021-03-01 11:10:12 +00:00
unified-heap-unittest.cc [heap] Fix failed tests when enabling single generation 2021-04-21 07:33:51 +00:00
unified-heap-utils.cc cppgc-js: Add WrapperDescriptor 2021-02-11 13:28:27 +00:00
unified-heap-utils.h cppgc-js: Add WrapperDescriptor 2021-02-11 13:28:27 +00:00
unmapper-unittest.cc [ptr-cage] Factor out a VirtualMemoryCage and remove PtrComprCage 2021-04-19 17:32:04 +00:00
worklist-unittest.cc