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

Method capacity

physx/source/foundation/include/PsArray.h:487–490  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////// ! Query the capacity(allocated mem) for the array. */ /////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

485 */
486 //////////////////////////////////////////////////////////////////////////
487 PX_FORCE_INLINE uint32_t capacity() const
488 {
489 return mCapacity & ~PX_SIGN_BITMASK;
490 }
491
492 //////////////////////////////////////////////////////////////////////////
493 /*!

Callers 15

reserveMethod · 0.95
growMethod · 0.95
capacityIncrementMethod · 0.95
registerInteractionMethod · 0.45
ConstraintSimMethod · 0.45
resetOrClearFunction · 0.45
initEntryMethod · 0.45
addContactManagerMethod · 0.45
addConstraintMethod · 0.45
addNodeMethod · 0.45
addConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected