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

Method empty

deps/physx/physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:814–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void BitArray::empty()
815{
816#ifdef BIT_ARRAY_STACK
817 if(mBits!=mStack)
818#endif
819 MBP_FREE(mBits);
820 mBits = NULL;
821 mSize = 0;
822}
823
824bool BitArray::init(PxU32 nbBits)
825{

Callers 2

freeBuffersMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected