Skip to content

Fix: use of sized deallocation in base/memory.h wo check#558

Open
sitano wants to merge 1 commit intogoogle:masterfrom
sitano:ivan_fix_sized_dealloc_base
Open

Fix: use of sized deallocation in base/memory.h wo check#558
sitano wants to merge 1 commit intogoogle:masterfrom
sitano:ivan_fix_sized_dealloc_base

Conversation

@sitano
Copy link
Copy Markdown

@sitano sitano commented Jan 18, 2024

Dependant projects that do not use -fsized-deallocation would not compile with the call to delete(void*, size_t, align).

There are other places that already check for
defined(__cpp_sized_deallocation) and this patch just shares this practice.

Testing:

// fix .bazelrc to have:
build --cxxopt=-fno-sized-deallocation

$ bazel build --verbose_failures //base:\*

Dependant projects that do not use `-fsized-deallocation`
would not compile with the call to delete(void*, size_t, align).

There are other places that already check for
`defined(__cpp_sized_deallocation)` and this patch just shares
this practice.

Testing:

    // fix .bazelrc to have:
    build --cxxopt=-fno-sized-deallocation

    $ bazel build --verbose_failures //base:\*

Signed-off-by: Ivan Prisyazhnyy <john.koepi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant