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

Function _anon_get_name

components/mm/mm_anon.c:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static const char *_anon_get_name(rt_varea_t varea)
165{
166 return varea->aspace == _anon_obj_get_backup(varea->mem_obj) ? "anonymous" : "reference";
167}
168
169/**
170 * Migration handler on varea re-construction

Callers

nothing calls this directly

Calls 1

_anon_obj_get_backupFunction · 0.85

Tested by

no test coverage detected