v8/test/cctest/heap
Eric Holk 32f30f6338 [platform] check return values from memory operations
This change adds DCHECKs for calls such as mprotect, as well as marking some of
the memory allocation and deallocation routines as V8_MUST_USE_RESULT. This
additional checking gives us more useful information for failure in the presence
of, for example, address space exhaustion.

Bug: 
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: I5bc76c1da6160262d3d556fea49d284ddd4e02c5
Reviewed-on: https://chromium-review.googlesource.com/721267
Commit-Queue: Eric Holk <eholk@chromium.org>
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49164}
2017-11-07 00:35:35 +00:00
..
heap-tester.h [heap] Heap remove broken perferred page handling by the Scavenger 2017-11-02 20:51:33 +00:00
heap-utils.cc Annotate all sites that still mutate {Code} objects. 2017-11-06 16:35:46 +00:00
heap-utils.h [heap] Exclude the owner of the linear allocation area from evacuation. 2016-11-03 12:13:23 +00:00
test-alloc.cc [platform] check return values from memory operations 2017-11-07 00:35:35 +00:00
test-array-buffer-tracker.cc Dispose isolate at end of UNINITIALIZED_TEST 2017-10-04 16:21:09 +00:00
test-compaction.cc Fix CompactionPartiallyAbortedPageWithStoreBufferEntries 2017-10-18 09:27:11 +00:00
test-concurrent-marking.cc [heap] Introduce on-hold concurrent marking work list 2017-10-10 11:33:39 +00:00
test-heap.cc [heap] Heap remove broken perferred page handling by the Scavenger 2017-11-02 20:51:33 +00:00
test-incremental-marking.cc [fullcodegen] Delete FullCodegen. 2017-08-11 11:50:05 +00:00
test-invalidated-slots.cc [test] Add stress_incremental_marking testing variant 2017-10-05 13:10:42 +00:00
test-lab.cc [iwyu] Remove stale TODOs about objects-inl.h inclusion. 2017-10-09 11:14:59 +00:00
test-mark-compact.cc [cleanup] Make LanguageMode an enum class 2017-10-16 11:44:01 +00:00
test-page-promotion.cc [heap] Pause Sweeper tasks on Scavenge 2017-10-16 15:27:09 +00:00
test-spaces.cc [jumbo] Fix collision between test-alloc.cc and test-spaces.cc. 2017-10-26 14:19:26 +00:00