CMS 3D CMS Logo

List of all members | Static Public Member Functions
memory_usage Class Reference

#include <memory_usage.h>

Static Public Member Functions

static uint64_t allocated ()
 
static uint64_t deallocated ()
 
static bool is_available ()
 

Detailed Description

Definition at line 6 of file memory_usage.h.

Member Function Documentation

uint64_t memory_usage::allocated ( )
static
uint64_t memory_usage::deallocated ( )
static
bool memory_usage::is_available ( )
static

Definition at line 65 of file memory_usage.cc.

Referenced by FastTimerService::PlotsPerElement::book(), and FastTimerService::PlotsPerPath::book().

66 {
67  return have_jemalloc_and_stats;
68 }