• ofrobots's avatar
    [heap] make inline-allocation-observers precise · 0514fa20
    ofrobots authored
    Now that we no longer require AllocationInfo::limit to be aligned [1], we can do
    more accurate inline-allocation-observation. This lets us get notified when the
    next allocation that crosses the step-size boundary is allocated.
    
    Fixed the test-cases. They make significantly more sense now given the step
    sizes and the number of times we get notifications. For example, with a step
    size of 512, an allocation of 16kb results in 32 notifications instead of 30
    now.
    
    [1] https://codereview.chromium.org/1444883003
    
    R=hpayer@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1448913003
    
    Cr-Commit-Position: refs/heads/master@{#32091}
    0514fa20
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...