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

Function on_varea_merge

components/mm/mm_object.c:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static rt_err_t on_varea_merge(struct rt_varea *merge_to, struct rt_varea *merge_from)
76{
77 return RT_EOK;
78}
79
80static void page_read(struct rt_varea *varea, struct rt_aspace_io_msg *msg)
81{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected