| 70 | mPendingReleasedIDs.clear(); |
| 71 | } |
| 72 | PX_INLINE void reset() |
| 73 | { |
| 74 | processPendingReleases(); |
| 75 | mPendingReleasedIDs.reset(); |
| 76 | |
| 77 | // Don't free stuff in IDPool, we still need the list of free IDs |
| 78 | |
| 79 | // And it does not seem worth freeing the memory of the bitmap |
| 80 | } |
| 81 | |
| 82 | PX_INLINE PxU32 getMaxID() |
| 83 | { |
nothing calls this directly
no test coverage detected