///////////////////////////////////////////////////////////////////// ! Resize array such that only as much memory is allocated to hold the existing elements */ /////////////////////////////////////////////////////////////////////
| 453 | */ |
| 454 | ////////////////////////////////////////////////////////////////////////// |
| 455 | PX_INLINE void shrink() |
| 456 | { |
| 457 | recreate(mSize); |
| 458 | } |
| 459 | |
| 460 | ////////////////////////////////////////////////////////////////////////// |
| 461 | /*! |