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

Function count_vcount

examples/utest/testcases/mm/lwp_mmap_map_fixed.c:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static rt_base_t count_vcount(rt_aspace_t aspace)
40{
41 rt_base_t vcount = 0;
42 rt_aspace_traversal(aspace, _count_vsz, &vcount);
43 return vcount;
44}
45
46static char put_data[] = "hello,world";
47

Callers 1

test_map_fixedFunction · 0.70

Calls 1

rt_aspace_traversalFunction · 0.85

Tested by 1

test_map_fixedFunction · 0.56