pub fn draw_memory_usage_block( total_memory: f32, used_memory: f32, f: &mut Frame<'_>, area: Rect, )
Draws a blocked element with information about total, and used memory.