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