Searched refs:nextsize (Results 1 – 1 of 1) sorted by relevance
417 rt_int32_t nextsize; in rt_memheap_realloc() local419 nextsize = MEMITEM_SIZE(next_ptr); in rt_memheap_realloc()431 if (nextsize + oldsize > newsize + RT_MEMHEAP_MINIALLOC) in rt_memheap_realloc()
Completed in 3 milliseconds