Searched refs:gnewsz (Results 1 – 1 of 1) sorted by relevance
1799 size_t oldsz, goldsz, gnewsz; in orealloc() local1829 gnewsz = newsz; in orealloc()1830 if (gnewsz > MALLOC_MAXCHUNK) in orealloc()1831 gnewsz += mopts.malloc_guard; in orealloc()1838 size_t rnewsz = PAGEROUND(gnewsz); in orealloc()1861 r->size = gnewsz; in orealloc()1888 r->size = gnewsz; in orealloc()1889 if (MALLOC_MOVE_COND(gnewsz)) { in orealloc()1902 r->size = gnewsz; in orealloc()1903 if (MALLOC_MOVE_COND(gnewsz)) in orealloc()[all …]