Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ count_vcount
Function
count_vcount
examples/utest/testcases/mm/lwp_mmap_fix_private.c:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
static rt_base_t count_vcount(rt_aspace_t aspace)
48
{
49
rt_base_t vcount = 0;
50
rt_aspace_traversal(aspace, _count_vsz, &vcount);
51
return vcount;
52
}
53
54
static void test_mmap_fix_private(void)
55
{
Callers
1
test_mmap_fix_private
Function · 0.70
Calls
1
rt_aspace_traversal
Function · 0.85
Tested by
1
test_mmap_fix_private
Function · 0.56