• Eric Holk's avatar
    Remove CcTestArrayBufferAllocator · b9e4bbb0
    Eric Holk authored
    This is almost identical to V8's default array buffer allocator.  The only
    difference is that 0 byte allocations are changed into 1 byte allocations.  We
    do not seem to need this behavior, so it does not seem worth maintaining yet
    another allocator.
    
    Bug: 
    Change-Id: I94f45f1276958791be9a6f2405fcfba8fa6eaa38
    Reviewed-on: https://chromium-review.googlesource.com/505199Reviewed-by: 's avatarBen Smith <binji@chromium.org>
    Commit-Queue: Eric Holk <eholk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45282}
    b9e4bbb0
cctest.cc 11 KB