v8/test/fuzzer
jochen cb7aa79b12 Expose a lower bound of malloc'd memory via heap statistics
We expect that the majority of malloc'd memory held by V8 is allocated
in Zone objects. Introduce an Allocator class that is used by Zones to
manage memory, and allows for querying the current usage.

BUG=none
R=titzer@chromium.org,bmeurer@chromium.org,jarin@chromium.org
LOG=n
TBR=rossberg@chromium.org

Review URL: https://codereview.chromium.org/1847543002

Cr-Commit-Position: refs/heads/master@{#35196}
2016-04-01 10:01:56 +00:00
..
json Add json fuzzer 2016-02-02 11:29:01 +00:00
parser Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
regexp [regexp] add fuzzer support for regexp parser and compiler. 2016-02-01 14:00:38 +00:00
wasm Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
wasm_asmjs Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
DEPS Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer-support.cc Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer-support.h Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer.cc Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer.gyp Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
fuzzer.isolate Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
fuzzer.status Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
json.cc Add json fuzzer 2016-02-02 11:29:01 +00:00
parser.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
regexp.cc Add json fuzzer 2016-02-02 11:29:01 +00:00
testcfg.py Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
wasm-asmjs.cc Reset isolate exceptions in libfuzzer wasm tests. 2016-03-03 00:05:03 +00:00
wasm.cc Reset isolate exceptions in libfuzzer wasm tests. 2016-03-03 00:05:03 +00:00