#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 33 of file MallocOpts.h.
typedef int art::MallocOpts::opt_type |
Definition at line 34 of file MallocOpts.h.
|
inline |
Definition at line 36 of file MallocOpts.h.
Definition at line 37 of file MallocOpts.h.
|
inline |
Definition at line 53 of file MallocOpts.h.
|
inline |
Definition at line 47 of file MallocOpts.h.
opt_type art::MallocOpts::mmap_max_ |
Definition at line 41 of file MallocOpts.h.
opt_type art::MallocOpts::mmap_thr_ |
Definition at line 44 of file MallocOpts.h.
opt_type art::MallocOpts::top_pad_ |
Definition at line 43 of file MallocOpts.h.
opt_type art::MallocOpts::trim_thr_ |
Definition at line 42 of file MallocOpts.h.