#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 33 of file MallocOpts.h.
typedef int edm::MallocOpts::opt_type |
Definition at line 35 of file MallocOpts.h.
|
inline |
Definition at line 37 of file MallocOpts.h.
Definition at line 40 of file MallocOpts.h.
|
inline |
Definition at line 57 of file MallocOpts.h.
References edm::operator<<(), and operator==().
|
inline |
Definition at line 49 of file MallocOpts.h.
References mmap_max_, mmap_thr_, top_pad_, and trim_thr_.
Referenced by operator!=().
opt_type edm::MallocOpts::mmap_max_ |
Definition at line 44 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 47 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 46 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 45 of file MallocOpts.h.
Referenced by edm::MallocOptionSetter::adjustMallocParams(), edm::operator<<(), operator==(), and edm::MallocOptionSetter::retrieveFromEnv().