Searched defs:memory_current (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c3399 uint64_t memory_current; member in struct:UnitStatusInfo
3675 if (i->memory_current != (uint64_t) -1) {
3678 printf(" Memory: %s", format_bytes(buf, sizeof(buf), i->memory_current));
3909 i->memory_current = u;
4389 .memory_current = (uint64_t) -1,

Completed in 38 milliseconds