![]() |
VR-Link API Documentation for HLA Evolved
|
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