MCPcopy Create free account
hub / github.com/OSGeo/PROJ / pj_new

Function pj_new

src/malloc.cpp:131–134  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

129
130/*****************************************************************************/
131PJ *pj_new() {
132 /*****************************************************************************/
133 return new (std::nothrow) PJ();
134}
135
136/*****************************************************************************/
137PJ *pj_default_destructor(PJ *P, int errlev) { /* Destructor */

Callers 3

pj_obj_createFunction · 0.85
proj_cloneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected