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

Function _get_mmap_obj

components/lwp/lwp_user_mm.c:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418rt_inline rt_mem_obj_t _get_mmap_obj(struct rt_lwp *lwp)
419{
420 return &_null_object;
421}
422
423rt_inline rt_bool_t _memory_threshold_ok(void)
424{

Callers 1

lwp_mmap2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected