LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
MallocOpts.cc File Reference
#include "art/Utilities/MallocOpts.h"
#include <malloc.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <sstream>

Go to the source code of this file.

Namespaces

 art
 HLT enums.
 

Enumerations

enum  art::@3066::cpu_type
 

Functions

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

Variables

MallocOptionSetter art::global_malloc_options
 

Enumeration Type Documentation

enum art::@3066::cpu_type

Definition at line 35 of file MallocOpts.cc.

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