Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ operator new
Function
operator new
tests/Issue455.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <cstdlib>
3
4
void* operator new(size_t size)
5
{
6
return std::malloc(size);
7
}
8
9
void operator delete(void* p) noexcept
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected