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

Function rt_aspace_count_vsz

components/mm/mm_aspace.c:1510–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508}
1509
1510rt_base_t rt_aspace_count_vsz(rt_aspace_t aspace)
1511{
1512 rt_base_t vsz = 0;
1513 rt_aspace_traversal(aspace, _count_vsz, &vsz);
1514 return vsz;
1515}
1516
1517static int _dup_varea(rt_varea_t src_varea, void *arg)
1518{

Callers 11

stat_single_showFunction · 0.85
test_unmap_range_splitFunction · 0.85
test_map_varea_expandFunction · 0.85
test_mmap_fdFunction · 0.85
test_mmap_fix_privateFunction · 0.85
test_mmap_fd_fixedFunction · 0.85
test_map_fixedFunction · 0.85
test_mmap_fd_fixedFunction · 0.85
test_mmap_expandFunction · 0.85
test_unmap_range_shrinkFunction · 0.85

Calls 1

rt_aspace_traversalFunction · 0.85

Tested by 10

test_unmap_range_splitFunction · 0.68
test_map_varea_expandFunction · 0.68
test_mmap_fdFunction · 0.68
test_mmap_fix_privateFunction · 0.68
test_mmap_fd_fixedFunction · 0.68
test_map_fixedFunction · 0.68
test_mmap_fd_fixedFunction · 0.68
test_mmap_expandFunction · 0.68
test_unmap_range_shrinkFunction · 0.68