MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / list_kmem

Function list_kmem

components/mm/mm_kmem.c:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <mmu.h>
19
20static void list_kmem(void)
21{
22 rt_aspace_print_all(&rt_kernel_space);
23}
24MSH_CMD_EXPORT(list_kmem, List varea in kernel virtual memory space);
25
26void rt_kmem_list(void) __attribute__((alias("list_kmem")));

Callers

nothing calls this directly

Calls 1

rt_aspace_print_allFunction · 0.85

Tested by

no test coverage detected