Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ operator new
Function
operator new
ngstd/blockalloc.hpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
INLINE void * operator new (size_t /* size */, ngstd::BlockAllocator & ball)
84
{
85
return ball.Alloc();
86
}
87
88
INLINE void operator delete (void * p, ngstd::BlockAllocator & ball)
89
{
Callers
1
my_operator_new_replacement
Function · 0.85
Calls
1
Alloc
Method · 0.80
Tested by
no test coverage detected