|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
📊 Byte size formatting utilities for human-readable output (B, KB, MB, GB, TB) More...
Go to the source code of this file.
Functions | |
| void | format_bytes_pretty (size_t bytes, char *out, size_t out_capacity) |
📊 Byte size formatting utilities for human-readable output (B, KB, MB, GB, TB)
Definition in file util/format.c.
| void format_bytes_pretty | ( | size_t | bytes, |
| char * | out, | ||
| size_t | out_capacity | ||
| ) |
Definition at line 10 of file util/format.c.
References safe_snprintf().
Referenced by buffer_pool_create(), buffer_pool_log_stats(), client_video_render_thread(), frame_check_size_overflow(), frame_validate_new(), handle_image_frame_packet(), packet_decode_frame_data_malloc(), and packet_validate_frame_dimensions().