Searched refs:ausize (Results 1 – 2 of 2) sorted by relevance
56 size_t ausize; in huge_palloc() local66 ausize = sa2u(usize, alignment); in huge_palloc()67 if (unlikely(ausize == 0 || ausize > HUGE_MAXCLASS)) in huge_palloc()69 assert(ausize >= chunksize); in huge_palloc()
23 size_t ausize; in large_palloc() local30 ausize = sz_sa2u(usize, alignment); in large_palloc()31 if (unlikely(ausize == 0 || ausize > LARGE_MAXCLASS)) { in large_palloc()