Searched refs:mchunk (Results 1 – 4 of 4) sorted by relevance
329 size_t const mchunk = 512; // number of extra bytes to malloc in getdelim() local377 i = ((m + (rchunk + 1 > mchunk ? rchunk + 1 : mchunk) + in getdelim()378 mchunk - 1) / mchunk) * mchunk; in getdelim()
1604 typedef struct malloc_chunk mchunk; typedef1613 #define MCHUNK_SIZE (sizeof(mchunk))
1650 typedef struct malloc_chunk mchunk; typedef1659 #define MCHUNK_SIZE (sizeof(mchunk))
2065 typedef struct malloc_chunk mchunk; typedef2074 #define MCHUNK_SIZE (sizeof(mchunk))