MCPcopy 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
912void *rt_pages_alloc(rt_uint32_t size_bits)
913{
914 return _do_pages_alloc_noaff(size_bits, 0);
915}
916
917void *rt_pages_alloc_ext(rt_uint32_t size_bits, size_t flags)
918{

Callers 15

nvme_blk_readFunction · 0.85
nvme_blk_writeFunction · 0.85
gicv3_its_irq_alloc_msiFunction · 0.85
_k230_pdma_llt_calFunction · 0.85
rt_hw_elcd_initFunction · 0.85
enet_buffer_initFunction · 0.85
USB_DeviceEhciInitFunction · 0.85
rt_hw_board_initFunction · 0.85
_lcd_drv_initFunction · 0.85
geth_dma_desc_initFunction · 0.85
drv_clcd_hw_initFunction · 0.85
_map_one_pageFunction · 0.85

Calls 1

_do_pages_alloc_noaffFunction · 0.85

Tested by 8

aspace_delete_tcFunction · 0.68
test_varea_map_pageFunction · 0.68
test_varea_map_rangeFunction · 0.68
test_varea_unmap_pageFunction · 0.68
test_varea_unmap_rangeFunction · 0.68
_test_dcache_cleanFunction · 0.68
_test_dcache_invalidateFunction · 0.68