MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / my_operator_new_replacement

Function my_operator_new_replacement

solve/ngsolve.cpp:930–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928
929#ifdef WIN32
930void * __cdecl my_operator_new_replacement(size_t _count)
931{
932 void * p = operator new(_count);
933// cout << "alloc, cnt = " << _count << ", ptr = " << p << endl;
934 return p;
935 }
936
937void __cdecl my_operator_delete_replacement(void * _ptr)
938{

Callers

nothing calls this directly

Calls 1

operator newFunction · 0.85

Tested by

no test coverage detected