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

Function isInUserMemory

physx/source/common/src/CmBitMap.h:286–286  ·  view source on GitHub ↗

We need one bit to mark arrays that have been deserialized from a user-provided memory block.

Source from the content-addressed store, hash-verified

284
285 // We need one bit to mark arrays that have been deserialized from a user-provided memory block.
286 PX_FORCE_INLINE PxU32 isInUserMemory() const { return mWordCount & PX_SIGN_BITMASK; }
287 //~PX_SERIALIZATION
288
289 /*!

Callers 6

ArrayMethod · 0.85
PsArray.hFile · 0.85
recreateMethod · 0.85
BitMapBaseMethod · 0.85
extendMethod · 0.85
extendUninitializedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected