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

Function count_vcount

examples/utest/testcases/mm/aspace_map_expand.c:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static rt_base_t count_vcount(rt_aspace_t aspace)
37{
38 rt_base_t vcount = 0;
39 rt_aspace_traversal(aspace, _count_vsz, &vcount);
40 return vcount;
41}
42
43static void test_map_varea_expand(void)
44{

Callers 1

test_map_varea_expandFunction · 0.70

Calls 1

rt_aspace_traversalFunction · 0.85

Tested by 1

test_map_varea_expandFunction · 0.56