Home
last modified time | relevance | path

Searched refs:rt_slab_page_alloc (Results 1 – 2 of 2) sorted by relevance

/src/
A Dslab.c216 void *rt_slab_page_alloc(rt_slab_t m, rt_size_t npages) in rt_slab_page_alloc() function
378 slab->memusage = rt_slab_page_alloc((rt_slab_t)(&slab->parent), limsize / RT_MM_PAGE_SIZE); in rt_slab_init()
510 chunk = rt_slab_page_alloc(m, size >> RT_MM_PAGE_BITS); in rt_slab_alloc()
601 z = rt_slab_page_alloc(m, slab->zone_size / RT_MM_PAGE_SIZE); in rt_slab_alloc()
A Dkservice.c935 ptr = rt_slab_page_alloc(system_heap, npages); in rt_page_alloc()

Completed in 5 milliseconds