commit | 88a3620ff9b81936542c2113540359628ae05f5c | [log] [tgz] |
---|---|---|
author | Florian La Roche <Florian.LaRoche@gmail.com> | Tue Aug 22 20:32:14 2023 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Aug 22 19:12:59 2023 -0400 |
tree | 80cad984ed053601fa9388e27dc83fabfdd1bc9a | |
parent | d90cbc79d9b6661e688dca04e94300f49ba8e814 [diff] |
samples/basic: print_sys_memory_stats() removed from hash_map, static Remove print_sys_memory_stats() from hash_map example as it is not used there at all. For sys_heap make this a static function. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>