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

Method resizeUninitialized

physx/source/foundation/include/PsArray.h:668–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667template <class T, class Alloc>
668PX_NOINLINE void Array<T, Alloc>::resizeUninitialized(const uint32_t size)
669{
670 reserve(size);
671 mSize = size;
672}
673
674template <class T, class Alloc>
675PX_NOINLINE T& Array<T, Alloc>::growAndPushBack(const T& a)

Callers 13

reserveShapeSpaceMethod · 0.80
resetMethod · 0.80
NpScene.cppFile · 0.80
IncrementalAABBPrunerMethod · 0.80
fullRebuildAABBTreeMethod · 0.80
addCompoundMethod · 0.80
BVHCompoundPrunerMethod · 0.80
findSharpVerticesFunction · 0.80
sort4Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected