///////////////////////////////////////////////////////////////////// ! Query the capacity(allocated mem) for the array. */ /////////////////////////////////////////////////////////////////////
| 485 | */ |
| 486 | ////////////////////////////////////////////////////////////////////////// |
| 487 | PX_FORCE_INLINE uint32_t capacity() const |
| 488 | { |
| 489 | return mCapacity & ~PX_SIGN_BITMASK; |
| 490 | } |
| 491 | |
| 492 | ////////////////////////////////////////////////////////////////////////// |
| 493 | /*! |
no outgoing calls
no test coverage detected