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

Function rt_pages_alloc_ext

components/mm/mm_page.c:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917void *rt_pages_alloc_ext(rt_uint32_t size_bits, size_t flags)
918{
919 return _do_pages_alloc_noaff(size_bits, flags);
920}
921
922void *rt_pages_alloc_tagged(rt_uint32_t size_bits, long affid, size_t flags)
923{

Callers 14

_lwp_shmgetFunction · 0.85
_null_page_faultFunction · 0.85
lwp_data_getFunction · 0.85
lwp_data_putFunction · 0.85
lwp_data_setFunction · 0.85
lwp_user_strlen_extFunction · 0.85
arch_user_space_initFunction · 0.85
_compare_vareaFunction · 0.85
rt_hw_mmu_pgtbl_createFunction · 0.85
_kernel_map_4KFunction · 0.85
_kernel_map_2MFunction · 0.85
rt_hw_mmu_pgtbl_createFunction · 0.85

Calls 1

_do_pages_alloc_noaffFunction · 0.85

Tested by

no test coverage detected