Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_pages_alloc
Function
rt_pages_alloc
components/mm/mm_page.c:912–915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
}
911
912
void *rt_pages_alloc(rt_uint32_t size_bits)
913
{
914
return _do_pages_alloc_noaff(size_bits, 0);
915
}
916
917
void *rt_pages_alloc_ext(rt_uint32_t size_bits, size_t flags)
918
{
Callers
15
nvme_blk_read
Function · 0.85
nvme_blk_write
Function · 0.85
gicv3_its_irq_alloc_msi
Function · 0.85
_k230_pdma_llt_cal
Function · 0.85
rt_hw_elcd_init
Function · 0.85
enet_buffer_init
Function · 0.85
USB_DeviceEhciInit
Function · 0.85
rt_hw_board_init
Function · 0.85
_lcd_drv_init
Function · 0.85
geth_dma_desc_init
Function · 0.85
drv_clcd_hw_init
Function · 0.85
_map_one_page
Function · 0.85
Calls
1
_do_pages_alloc_noaff
Function · 0.85
Tested by
8
_test_dcache_clean_and_invalidate
Function · 0.68
aspace_delete_tc
Function · 0.68
test_varea_map_page
Function · 0.68
test_varea_map_range
Function · 0.68
test_varea_unmap_page
Function · 0.68
test_varea_unmap_range
Function · 0.68
_test_dcache_clean
Function · 0.68
_test_dcache_invalidate
Function · 0.68