Made to Order Software Corporation Logo

LLChatLib: LLMemoryInfo Class Reference

LLMemoryInfo Class Reference

Class to query the memory subsystem. More...

#include <llsys.h>

List of all members.

Public Member Functions

U32 getPhysicalMemoryClamped () const
 Memory size in clamped bytes.

U32 getPhysicalMemoryKB () const
 Memory size in KiloBytes.

 LLMemoryInfo ()
 Default constructor.

void stream (std::ostream &s) const
 output text info to s


Detailed Description

Class to query the memory subsystem.

Here's how you use an LLMemoryInfo:

LLMemoryInfo info;
llinfos << info << llendl;


Member Function Documentation

U32 LLMemoryInfo::getPhysicalMemoryClamped (  )  const

Memory size in clamped bytes.

Memory size in bytes, if total memory is >= 4GB then U32_MAX will be returned.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
  • /home/doug/src/oss/slitechat/trunk/LLChatLib/llcommon/llsys.h
  • /home/doug/src/oss/slitechat/trunk/LLChatLib/llcommon/llsys.cpp
Generated on Thu Sep 23 17:18:42 2010 for LLChatLib by  doxygen 1.6.3