v8/test/unittests/heap
Bill Budge a449f09fad [Memory] Create memory management API in v8::internal.
- Creates a memory management API in v8::internal, which corresponds
  to the existing one in base::OS.
- Implements the new API in terms of the old one.
- Changes all usage of the base::OS API to the one in v8::internal. This
  includes all tests, except platform and OS tests.
- Makes OS:: methods private.
- Moves all LSAN calls into the v8::internal functions.

Bug: chromium:756050
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Iaa3f022e3e12fdebf937f3c76b6c6455014beb8a
Reviewed-on: https://chromium-review.googlesource.com/794856
Commit-Queue: Bill Budge <bbudge@chromium.org>
Reviewed-by: Eric Holk <eholk@chromium.org>
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50139}
2017-12-15 18:49:47 +00:00
..
barrier-unittest.cc [heap] Factor out the barrier from Scavenger and add tests 2017-08-30 12:05:56 +00:00
bitmap-unittest.cc [heap] Fix mark bits for partially compacted pages. 2015-10-08 13:49:30 +00:00
embedder-tracing-unittest.cc Reland of "[heap] Report wrappers after processing the marking deque incrementally" 2017-01-02 13:06:11 +00:00
gc-idle-time-handler-unittest.cc [heap] Avoid full GC for large heaps. 2017-06-30 09:43:27 +00:00
gc-tracer-unittest.cc [heap] Add background GC tracing infrastructure. 2017-12-04 17:28:41 +00:00
heap-unittest.cc [Memory] Create memory management API in v8::internal. 2017-12-15 18:49:47 +00:00
item-parallel-job-unittest.cc [heap] Fix ItemParallelJobTest.DistributeItemsMultipleTasks 2017-05-17 08:31:04 +00:00
marking-unittest.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
memory-reducer-unittest.cc [heap] Reland "Add a guard for restarting the memory reducer after mark-compact." 2016-11-18 13:50:22 +00:00
scavenge-job-unittest.cc Represent speed in GCTracer functions as double instead of int. 2016-03-29 17:34:41 +00:00
slot-set-unittest.cc Fix unused lambda captures. 2017-01-19 21:34:00 +00:00
spaces-unittest.cc [heap] MinorMC: Evacuation for young generation 2017-05-03 21:31:06 +00:00
unmapper-unittest.cc [heap] Refactor page initialization. 2017-08-18 16:28:34 +00:00
worklist-unittest.cc [heap] Introduce on-hold concurrent marking work list 2017-10-10 11:33:39 +00:00