• Clemens Hammacher's avatar
    [utils] Fix Malloced implementation · 2d277529
    Clemens Hammacher authored
    According to the specification, class-specific {operator new} and
    {operator delete} should be static methods. Interestingly, if the
    {static} keyword is missing, the methods are implicitly static anyway.
    This is confusing, so this CL adds the {static} keywords explicitly.
    It also removes the redundant {Malloced::New} and {Malloced::Delete}
    methods.
    
    R=mlippautz@chromium.org
    
    Bug: v8:9396
    Change-Id: I1db7c87b816567cc1a9153d0b18e3dd4ae81dd6f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1700080Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#62703}
    2d277529
Name
Last commit
Last update
..
OWNERS Loading commit data...
address-map.cc Loading commit data...
address-map.h Loading commit data...
allocation.cc Loading commit data...
allocation.h Loading commit data...
bit-vector.cc Loading commit data...
bit-vector.h Loading commit data...
boxed-float.h Loading commit data...
detachable-vector.cc Loading commit data...
detachable-vector.h Loading commit data...
identity-map.cc Loading commit data...
identity-map.h Loading commit data...
locked-queue-inl.h Loading commit data...
locked-queue.h Loading commit data...
memcopy.cc Loading commit data...
memcopy.h Loading commit data...
ostreams.cc Loading commit data...
ostreams.h Loading commit data...
pointer-with-payload.h Loading commit data...
utils-inl.h Loading commit data...
utils.cc Loading commit data...
utils.h Loading commit data...
v8dll-main.cc Loading commit data...
vector.h Loading commit data...
version.cc Loading commit data...
version.h Loading commit data...