Skip to content

Commit b3738c2

Browse files
committed
memory: remove outdated TODOs
Signed-off-by: Levente Kurusa <lkurusa@acm.org>
1 parent 90ab756 commit b3738c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/memory.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ pub struct Memory {
327327
pub max_usage_in_bytes: u64,
328328
/// Whether moving charges at immigrate is allowed.
329329
pub move_charge_at_immigrate: u64,
330-
// TODO: parse this
331330
/// Contains various statistics about the NUMA locality of the control group's tasks.
332331
///
333332
/// The format of this field (as lifted from the kernel sources):
@@ -344,7 +343,6 @@ pub struct Memory {
344343
/// Allows setting a limit to memory usage which is enforced when the system (note, _not_ the
345344
/// control group) detects memory pressure.
346345
pub soft_limit_in_bytes: u64,
347-
// TODO: parse this
348346
/// Contains a wide array of statistics about the memory usage of the tasks in the control
349347
/// group.
350348
pub stat: MemoryStat,

0 commit comments

Comments
 (0)