MCPcopy Create free account
hub / github.com/Kitware/VTK / pj_new

Function pj_new

ThirdParty/libproj/vtklibproj/src/malloc.cpp:123–126  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

121
122/*****************************************************************************/
123PJ *pj_new() {
124/*****************************************************************************/
125 return new(std::nothrow) PJ();
126}
127
128
129/*****************************************************************************/

Callers 3

pj_obj_createFunction · 0.85
proj_cloneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected