HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ArenaInfo Class Reference

#include <UT_ArenaInfo.h>

Static Public Member Functions

static size_t arenaSize ()
 
static size_t totalInUse ()
 
static void outputUsage (std::ostream &os, const bool output_in_bytes=false, const bool debug=false)
 Print memory/arena usage to the stream (with a terminating new line) More...
 
static void outputUsage (UT_WorkBuffer &wbuf, const bool in_bytes=false, const bool debug=false)
 Print memory usage into a work buffer (without terminating new line) More...
 
static bool usingCustomAllocator ()
 
static UT_StringHolder customAllocatorName ()
 
static void configureCustomAllocator ()
 
static bool customAllocatorTestDisabled ()
 
static UT_StringHolder customAllocatorTestDisabledMessage ()
 
static void setThreadIdle ()
 
static void setThreadBusy ()
 
static void releaseAllUnusedMemory ()
 

Detailed Description

Definition at line 26 of file UT_ArenaInfo.h.

Member Function Documentation

static size_t UT_ArenaInfo::arenaSize ( )
static
static void UT_ArenaInfo::configureCustomAllocator ( )
static
static UT_StringHolder UT_ArenaInfo::customAllocatorName ( )
static
static bool UT_ArenaInfo::customAllocatorTestDisabled ( )
static
static UT_StringHolder UT_ArenaInfo::customAllocatorTestDisabledMessage ( )
static
static void UT_ArenaInfo::outputUsage ( std::ostream &  os,
const bool  output_in_bytes = false,
const bool  debug = false 
)
static

Print memory/arena usage to the stream (with a terminating new line)

static void UT_ArenaInfo::outputUsage ( UT_WorkBuffer wbuf,
const bool  in_bytes = false,
const bool  debug = false 
)
static

Print memory usage into a work buffer (without terminating new line)

static void UT_ArenaInfo::releaseAllUnusedMemory ( )
static
static void UT_ArenaInfo::setThreadBusy ( )
static
static void UT_ArenaInfo::setThreadIdle ( )
static
static size_t UT_ArenaInfo::totalInUse ( )
static
static bool UT_ArenaInfo::usingCustomAllocator ( )
static

The documentation for this class was generated from the following file: