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

Function _anon_mobj_to_pctx

components/mm/mm_anon.c:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49rt_inline rt_private_ctx_t _anon_mobj_to_pctx(rt_mem_obj_t mobj)
50{
51 return rt_container_of(mobj, struct rt_private_ctx, mem_obj);
52}
53
54static long rt_aspace_anon_ref_inc(rt_mem_obj_t aobj)
55{

Callers 2

rt_aspace_anon_ref_decFunction · 0.85
_convert_readonlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected