Namespaces | Enumerations | Functions
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
 

Enumerations

enum  art::@515::cpu_type
 

Functions

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

Enumeration Type Documentation

enum art::@515::cpu_type

Definition at line 33 of file MallocOpts.cc.

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