#include "FWCore/Utilities/interface/MallocOpts.h"
#include <malloc.h>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | edm |
Enumerations | |
enum | cpu_type |
Functions | |
cpu_type | edm::get_cpu_type () |
MallocOptionSetter & | edm::getGlobalOptionSetter () |
std::ostream & | edm::operator<< (std::ostream &ost, const MallocOpts &) |
Variables | |
const MallocOpts | edm::amd_opts (0, 8388608, 131072, 10485760) |
MallocOptionSetter | edm::global_malloc_options |
const MallocOpts | edm::intel_opts (262144, 524288, 5242880, 131072) |