v8/src/logging
Ulan Degenbaev b5c917ee80 [api] New function for reallocating ArrayBuffer backing store
This patch adds a new BackingStore::Reallocate function that internally
uses a new ArrayBuffer::Allocator::Reallocate provided by the embedder.

The default implementation of the function simply copies the backing
store. The embedder can override the function and provide a more
efficient implementation e.g. using realloc.

Bug: v8:9908, v8:9380

Change-Id: I2179c80ba199c045b6900c620a813916150e7098
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2007274
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66044}
2020-01-30 12:05:17 +00:00
..
code-events.h [cleanup] Refactor CodeEventListener to use handles 2020-01-02 09:13:34 +00:00
counters-definitions.h [wasm] Add a counter that compares liftoff with deserialization 2019-10-31 16:36:55 +00:00
counters-inl.h [cleanup] Remove redundant RuntimeCallTimerScope constructor 2019-11-15 16:22:38 +00:00
counters.cc [compile] Collect RuntimeCallStats for AssembleCode 2019-11-27 19:06:18 +00:00
counters.h [api] New function for reallocating ArrayBuffer backing store 2020-01-30 12:05:17 +00:00
log-inl.h Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
log-utils.cc Rename and retype Symbol name to description 2019-10-30 10:38:55 +00:00
log-utils.h cleanup: Use unique_ptr in src/logging/ and other cleanups 2019-09-14 15:13:39 +00:00
log.cc Remove {PerfBasicLogger} on non-linux 2020-01-10 15:06:51 +00:00
log.h Remove {PerfBasicLogger} on non-linux 2020-01-10 15:06:51 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00