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

Function _null_split

components/lwp/lwp_user_mm.c:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static rt_err_t _null_split(struct rt_varea *existed, void *unmap_start, rt_size_t unmap_len, struct rt_varea *subset)
94{
95 rt_varea_unmap_range(existed, unmap_start, unmap_len);
96 return RT_EOK;
97}
98
99static rt_err_t _null_expand(struct rt_varea *varea, void *new_vaddr, rt_size_t size)
100{

Callers

nothing calls this directly

Calls 1

rt_varea_unmap_rangeFunction · 0.85

Tested by

no test coverage detected