MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / frameFree

Method frameFree

physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:376–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void ABP_MM::frameFree(void* address)
377{
378 if(mScratchAllocator)
379 mScratchAllocator->free(address);
380 else
381 PX_FREE(address);
382}
383
384template<class T>
385static T* resizeBoxesT(PxU32 oldNbBoxes, PxU32 newNbBoxes, const T* boxes)

Callers 3

prepareDataMethod · 0.80

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected