VR-Link API Documentation for HLA 1.3
vlMemUtil.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00011 #pragma once
00012 
00013 #include "vlMachineTypes.h"
00014 
00015 #ifdef DtUSE_UTILITIES_NAMESPACE
00016 namespace DtUSE_UTILITIES_NAMESPACE
00017 {
00018 #endif
00019 
00022 DT_DLL_VLUTIL unsigned long DtTotalPhysicalMemory();
00023 
00027 DT_DLL_VLUTIL unsigned long DtAvailablePhysicalMemory();
00028 
00031 DT_DLL_VLUTIL unsigned long DtPhysicalMemoryUsed();
00032 
00035 DT_DLL_VLUTIL double DtPercentageMemoryUsed();
00036 
00037 #ifdef _WIN32
00038 #define vlMemUtil_inl
00039 #include "vlMemUtil.inl"
00040 #undef vlMemUtil_inl
00041 #endif
00042 
00043 #ifdef DtUSE_UTILITIES_NAMESPACE
00044 }
00045 #endif
00046 
00047 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)