CMS 3D CMS Logo

Namespaces | Enumerations | Functions | Variables
MallocOpts.cc File Reference
#include "FWCore/Utilities/interface/MallocOpts.h"
#include <malloc.h>
#include <sstream>
#include <iostream>
#include <cstdlib>
#include <cstring>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Enumerations

enum  edm::@13815::cpu_type
 

Functions

MallocOptionSetter & edm::getGlobalOptionSetter ()
 
std::ostream & edm::operator<< (std::ostream &ost, const MallocOpts &)
 

Variables

MallocOptionSetter edm::global_malloc_options
 

Enumeration Type Documentation

enum edm::@13815::cpu_type

Definition at line 31 of file MallocOpts.cc.

31 { UNKNOWN_CPU = 0, AMD_CPU = 1, INTEL_CPU = 2 } cpu_type;