Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwp_unmap_user_space
Function
lwp_unmap_user_space
components/lwp/lwp_user_mm.c:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void lwp_unmap_user_space(struct rt_lwp *lwp)
182
{
183
if (lwp->aspace)
184
arch_user_space_free(lwp);
185
}
186
187
static void *_lwp_map_user(struct rt_lwp *lwp, void *map_va, size_t map_size,
188
int text)
Callers
1
lwp_free
Function · 0.85
Calls
1
arch_user_space_free
Function · 0.50
Tested by
no test coverage detected