MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnOSFree

Function xnOSFree

Source/OpenNI/Win32/Win32Memory.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85XN_C_API void xnOSFree(const void* pMemBlock)
86{
87 // Note: No need to check if pMemBlock is NULL because free is guaranteed to handle this case correctly.
88
89 // Free the requested memory block
90 free ((void*)pMemBlock);
91}
92
93XN_C_API void xnOSFreeAligned(const void* pMemBlock)
94{

Callers 3

xnUSBFreeDevicesListFunction · 0.70
xnOSCloseSharedMemoryFunction · 0.70
xnOSStrPrefixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected