| 47 | } |
| 48 | |
| 49 | rt_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 | |
| 54 | static long rt_aspace_anon_ref_inc(rt_mem_obj_t aobj) |
| 55 | { |
no outgoing calls
no test coverage detected