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

Function rt_aspace_print_all

components/mm/mm_aspace.c:1497–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495}
1496
1497void rt_aspace_print_all(rt_aspace_t aspace)
1498{
1499 rt_aspace_traversal(aspace, _dump, NULL);
1500}
1501
1502static int _count_vsz(rt_varea_t varea, void *arg)
1503{

Callers 2

list_kmemFunction · 0.85
test_mmap_fd_fixedFunction · 0.85

Calls 1

rt_aspace_traversalFunction · 0.85

Tested by 1

test_mmap_fd_fixedFunction · 0.68