Searched refs:rt_slab_alloc (Results 1 – 2 of 2) sorted by relevance
490 void *rt_slab_alloc(rt_slab_t m, rt_size_t size) in rt_slab_alloc() function656 RTM_EXPORT(rt_slab_alloc);677 return rt_slab_alloc(m, size); in rt_slab_realloc()695 if ((nptr = rt_slab_alloc(m, size)) == RT_NULL) in rt_slab_realloc()717 if ((nptr = rt_slab_alloc(m, size)) == RT_NULL) in rt_slab_realloc()
753 rt_slab_alloc(system_heap, _size)
Completed in 25 milliseconds