MCPcopy 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
83INLINE void * operator new (size_t /* size */, ngstd::BlockAllocator & ball)
84{
85 return ball.Alloc();
86}
87
88INLINE void operator delete (void * p, ngstd::BlockAllocator & ball)
89{

Callers 1

Calls 1

AllocMethod · 0.80

Tested by

no test coverage detected