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

Function _pages_alloc

components/mm/mm_page.c:700–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700static struct rt_page *_pages_alloc(pgls_agr_t page_list[],
701 rt_uint32_t size_bits, int affid)
702{
703 return __pages_alloc(page_list, size_bits, affid, _page_remove,
704 _page_insert, _page_alloc);
705}
706
707static void _early_page_remove(rt_page_t *pgls_head, rt_page_t page,
708 rt_uint32_t size_bits)

Callers

nothing calls this directly

Calls 1

__pages_allocFunction · 0.85

Tested by

no test coverage detected