Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dhuge.c56 size_t ausize; in huge_palloc() local
66 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()
/external/jemalloc_new/src/
Dlarge.c23 size_t ausize; in large_palloc() local
30 ausize = sz_sa2u(usize, alignment); in large_palloc()
31 if (unlikely(ausize == 0 || ausize > LARGE_MAXCLASS)) { in large_palloc()