Classes | |
| struct | dgPair |
| struct | dgThreadPairCache |
Public Member Functions | |
| void | Init () |
| void | SetCaches (dgThreadPairCache *const chaches) |
| void | FlushChache (dgThreadPairCache *const chache) |
| void | AddPair (dgBody *const body0, dgBody *const body1, dgInt32 threadIndex) |
Public Attributes | |
| dgThreadPairCache * | m_chacheBuffers [DG_MAXIMUN_THREADS] |
| dgPair * | m_pairs |
| dgInt32 | m_count |
| dgInt32 | m_maxSize |
| dgBody * | m_sentinel |