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

Function initSampleAllocator

physx/samples/samplebase/SampleAllocator.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315static PxSampleAllocator* gAllocator = NULL;
316
317void initSampleAllocator()
318{
319 PX_ASSERT(!gAllocator);
320 gAllocator = new PxSampleAllocator;
321}
322
323void releaseSampleAllocator()
324{

Callers 1

mainInitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected