Searched refs:esize (Results 1 – 2 of 2) sorted by relevance
112 … xt_entry_foreach(pos, ehead, esize) for ((pos) = (typeof(pos))(ehead); (pos) < (typeof(pos))(… argument
4145 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); in sys_alloc() local4146 if (esize < HALF_MAX_SIZE_T) { in sys_alloc()4147 char* end = (char*)CALL_MORECORE(esize); in sys_alloc()4149 ssize += esize; in sys_alloc()