MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / capacity

Method capacity

Source/ThirdParty/NvCloth/ps/PsArray.h:491–494  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

489 */
490 //////////////////////////////////////////////////////////////////////////
491 PX_FORCE_INLINE uint32_t capacity() const
492 {
493 return mCapacity & ~PX_SIGN_BITMASK;
494 }
495
496 //////////////////////////////////////////////////////////////////////////
497 /*!

Callers 3

reserveMethod · 0.95
growMethod · 0.95
capacityIncrementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected