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

Function _early_pages_alloc

components/mm/mm_page.c:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757static struct rt_page *_early_pages_alloc(pgls_agr_t page_list[],
758 rt_uint32_t size_bits, int affid)
759{
760 return __pages_alloc(page_list, size_bits, affid, _early_page_remove,
761 _early_page_insert, _early_page_alloc);
762}
763
764static pgls_agr_t *_get_page_list(void *vaddr)
765{

Callers

nothing calls this directly

Calls 1

__pages_allocFunction · 0.85

Tested by

no test coverage detected