![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#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 | trim_thr_ |
| opt_type | top_pad_ |
| opt_type | mmap_thr_ |
Definition at line 35 of file MallocOpts.h.
| typedef int art::MallocOpts::opt_type |
Definition at line 36 of file MallocOpts.h.
|
inline |
Definition at line 38 of file MallocOpts.h.
Definition at line 39 of file MallocOpts.h.
|
inline |
Definition at line 55 of file MallocOpts.h.
References art::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 art::MallocOpts::mmap_max_ |
Definition at line 43 of file MallocOpts.h.
Referenced by art::MallocOptionSetter::adjustMallocParams(), art::operator<<(), operator==(), and art::MallocOptionSetter::retrieveFromEnv().
| opt_type art::MallocOpts::mmap_thr_ |
Definition at line 46 of file MallocOpts.h.
Referenced by art::MallocOptionSetter::adjustMallocParams(), art::operator<<(), operator==(), and art::MallocOptionSetter::retrieveFromEnv().
| opt_type art::MallocOpts::top_pad_ |
Definition at line 45 of file MallocOpts.h.
Referenced by art::MallocOptionSetter::adjustMallocParams(), art::operator<<(), operator==(), and art::MallocOptionSetter::retrieveFromEnv().
| opt_type art::MallocOpts::trim_thr_ |
Definition at line 44 of file MallocOpts.h.
Referenced by art::MallocOptionSetter::adjustMallocParams(), art::operator<<(), operator==(), and art::MallocOptionSetter::retrieveFromEnv().