Home
last modified time | relevance | path

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

/src/
A Dslab.c692 rt_size_t osize; in rt_slab_realloc() local
694 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