Functions
PxMemory.h File Reference
#include "foundation/PxPreprocessor.h"
#include "foundation/PxIntrinsics.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PX_FORCE_INLINE void * PxMemZero (void *PX_RESTRICT dest, PxU32 count)
 Sets the bytes of the provided buffer to zero. More...
 
PX_FORCE_INLINE void * PxMemSet (void *PX_RESTRICT dest, PxI32 c, PxU32 count)
 Sets the bytes of the provided buffer to the specified value. More...
 
PX_FORCE_INLINE void * PxMemCopy (void *PX_RESTRICT dest, const void *PX_RESTRICT src, PxU32 count)
 Copies the bytes of one memory block to another. The memory blocks must not overlap. More...
 
PX_FORCE_INLINE void * PxMemMove (void *PX_RESTRICT dest, const void *PX_RESTRICT src, PxU32 count)
 Copies the bytes of one memory block to another. The memory blocks can overlap. More...
 


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com