#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 32 of file MallocOpts.h.
typedef int edm::MallocOpts::opt_type |
Definition at line 33 of file MallocOpts.h.
|
inline |
Definition at line 35 of file MallocOpts.h.
Definition at line 36 of file MallocOpts.h.
|
inline |
Definition at line 48 of file MallocOpts.h.
References edm::operator<<(), and operator==().
|
inline |
opt_type edm::MallocOpts::mmap_max_ |
Definition at line 39 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), and edm::MallocOptionSetter::retrieveFromEnv().
opt_type edm::MallocOpts::mmap_thr_ |
Definition at line 42 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), and edm::MallocOptionSetter::retrieveFromEnv().
opt_type edm::MallocOpts::top_pad_ |
Definition at line 41 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), and edm::MallocOptionSetter::retrieveFromEnv().
opt_type edm::MallocOpts::trim_thr_ |
Definition at line 40 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), and edm::MallocOptionSetter::retrieveFromEnv().