• thakis's avatar
    Remove NT_PLACE, it's not really used. · 7db050e5
    thakis authored
    operator new(size_t size, void* buffer, sandbox::AllocationType type) just
    returns buffer, which is what the default placement new operator does too.
    
    No intended behavior change.
    
    (The motivation is to get rid of the two "return NULL"s in
    `operator delete(void* memory, sandbox::AllocationType type)`, as they are
    undefined behavior.)
    
    BUG=none
    
    Review URL: https://codereview.chromium.org/544333002
    
    Cr-Commit-Position: refs/heads/master@{#294119}
    7db050e5
resolver_64.cc 2.03 KB