Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1510
rt_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
1517
static int _dup_varea(rt_varea_t src_varea, void *arg)
1518
{
Callers
11
stat_single_show
Function · 0.85
test_unmap_range_split
Function · 0.85
test_map_varea_expand
Function · 0.85
test_mmap_fd
Function · 0.85
test_mmap_fix_private
Function · 0.85
test_mmap_fd_fixed
Function · 0.85
test_map_fixed
Function · 0.85
test_mmap_fd_fixed
Function · 0.85
test_mmap_expand
Function · 0.85
test_unmap_range_invalid_param
Function · 0.85
test_unmap_range_shrink
Function · 0.85
Calls
1
rt_aspace_traversal
Function · 0.85
Tested by
10
test_unmap_range_split
Function · 0.68
test_map_varea_expand
Function · 0.68
test_mmap_fd
Function · 0.68
test_mmap_fix_private
Function · 0.68
test_mmap_fd_fixed
Function · 0.68
test_map_fixed
Function · 0.68
test_mmap_fd_fixed
Function · 0.68
test_mmap_expand
Function · 0.68
test_unmap_range_invalid_param
Function · 0.68
test_unmap_range_shrink
Function · 0.68