Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c2752 INTERNAL_SIZE_T oldtopsize; in cALLOc() local
2766 oldtopsize = chunksize(top); in cALLOc()
2798 if (p == oldtop && csz > oldtopsize) in cALLOc()
2801 csz = oldtopsize; in cALLOc()