• mlippautz's avatar
    Move kMaxRegularHeapObjectSize into globals · 059b5643
    mlippautz authored
    This way we avoid the cyclic dependency between objects.h and heap.h and still
    have one definition. Add a static assert that this size is indeed smaller than
    the payload of a page.
    
    Follow ups can finally remove the dependency on spaces.h for all heap.h users.
    
    R=ulan@chromium.org,bmeurer@chromium.org,vogelheim@chromium.og
    
    Review-Url: https://codereview.chromium.org/2311203002
    Cr-Commit-Position: refs/heads/master@{#39206}
    059b5643
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...