|
rippled
|
#include <MallocTrim.h>

Public Member Functions | |
| std::int64_t | deltaKB () const noexcept |
Public Attributes | |
| bool | supported {false} |
| int | trimResult {-1} |
| std::int64_t | rssBeforeKB {-1} |
| std::int64_t | rssAfterKB {-1} |
| std::chrono::microseconds | durationUs {-1} |
| std::int64_t | minfltDelta {-1} |
| std::int64_t | majfltDelta {-1} |
Definition at line 27 of file MallocTrim.h.
|
noexcept |
Definition at line 38 of file MallocTrim.h.
| bool xrpl::MallocTrimReport::supported {false} |
Definition at line 29 of file MallocTrim.h.
| int xrpl::MallocTrimReport::trimResult {-1} |
Definition at line 30 of file MallocTrim.h.
| std::int64_t xrpl::MallocTrimReport::rssBeforeKB {-1} |
Definition at line 31 of file MallocTrim.h.
| std::int64_t xrpl::MallocTrimReport::rssAfterKB {-1} |
Definition at line 32 of file MallocTrim.h.
| std::chrono::microseconds xrpl::MallocTrimReport::durationUs {-1} |
Definition at line 33 of file MallocTrim.h.
| std::int64_t xrpl::MallocTrimReport::minfltDelta {-1} |
Definition at line 34 of file MallocTrim.h.
| std::int64_t xrpl::MallocTrimReport::majfltDelta {-1} |
Definition at line 35 of file MallocTrim.h.