#include <MallocOpts.h>
Public Types | |
typedef int | opt_type |
Public Member Functions | |
MallocOpts () | |
MallocOpts (opt_type max, opt_type trim, opt_type pad, opt_type mmap_thr) | |
bool | operator!= (const MallocOpts &opts) const |
bool | operator== (const MallocOpts &opts) const |
Public Attributes | |
opt_type | mmap_max_ |
opt_type | mmap_thr_ |
opt_type | top_pad_ |
opt_type | trim_thr_ |
Definition at line 34 of file MallocOpts.h.
typedef int edm::MallocOpts::opt_type |
Definition at line 36 of file MallocOpts.h.
edm::MallocOpts::MallocOpts | ( | ) | [inline] |
bool edm::MallocOpts::operator!= | ( | const MallocOpts & | opts | ) | const [inline] |
bool edm::MallocOpts::operator== | ( | const MallocOpts & | opts | ) | const [inline] |
Definition at line 45 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), edm::MallocOptionSetter::retrieveFromEnv(), and edm::MallocOptionSetter::set_mmap_max().
Definition at line 48 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), edm::MallocOptionSetter::retrieveFromEnv(), and edm::MallocOptionSetter::set_mmap_thr().
Definition at line 47 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), edm::MallocOptionSetter::retrieveFromEnv(), and edm::MallocOptionSetter::set_top_pad().
Definition at line 46 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), edm::MallocOptionSetter::retrieveFromEnv(), and edm::MallocOptionSetter::set_trim_thr().