Searched refs:osize (Results 1 – 1 of 1) sorted by relevance
692 rt_size_t osize; in rt_slab_realloc() local694 osize = kup->size << RT_MM_PAGE_BITS; in rt_slab_realloc()697 rt_memcpy(nptr, ptr, size > osize ? osize : size); in rt_slab_realloc()
Completed in 19 milliseconds