MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / acquireConnectorArray

Method acquireConnectorArray

physx/source/physx/src/NpFactory.cpp:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458///////////////////////////////////////////////////////////////////////////////
459
460NpConnectorArray* NpFactory::acquireConnectorArray()
461{
462 Ps::MutexT<>::ScopedLock l(mConnectorArrayPoolLock);
463 return mConnectorArrayPool.construct();
464}
465
466void NpFactory::releaseConnectorArray(NpConnectorArray* array)
467{

Callers 2

exportExtraDataMethod · 0.80
addConnectorMethod · 0.80

Calls 1

constructMethod · 0.45

Tested by

no test coverage detected