MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / purge

Method purge

deps/physx/physx/source/lowlevelaabb/src/BpBroadPhaseShared.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66///////////////////////////////////////////////////////////////////////////////
67
68void PairManagerData::purge()
69{
70 MBP_FREE(mNext);
71 MBP_FREE(mActivePairs);
72 MBP_FREE(mHashTable);
73 mHashSize = 0;
74 mMask = 0;
75 mNbActivePairs = 0;
76}
77
78///////////////////////////////////////////////////////////////////////////////
79

Callers 2

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected