LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "MallocOpts.h"
Public Types | |
using | opt_type = int |
Public Member Functions | |
MallocOpts ()=default | |
MallocOpts (opt_type max, opt_type trim, opt_type pad, opt_type mmap_thr) | |
bool | operator== (const MallocOpts &opts) const noexcept |
bool | operator!= (const MallocOpts &opts) const noexcept |
Public Attributes | |
opt_type | mmap_max_ {} |
opt_type | trim_thr_ {} |
opt_type | top_pad_ {} |
opt_type | mmap_thr_ {} |
Definition at line 33 of file MallocOpts.h.
using art::MallocOpts::opt_type = int |
Definition at line 34 of file MallocOpts.h.
|
default |
Definition at line 37 of file MallocOpts.h.
|
inlinenoexcept |
Definition at line 53 of file MallocOpts.h.
References art::operator<<(), and operator==().
|
inlinenoexcept |
Definition at line 47 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 41 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 44 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 43 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 42 of file MallocOpts.h.
Referenced by art::MallocOptionSetter::adjustMallocParams(), art::operator<<(), operator==(), and art::MallocOptionSetter::retrieveFromEnv().