Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h112 … xt_entry_foreach(pos, ehead, esize) for ((pos) = (typeof(pos))(ehead); (pos) < (typeof(pos))(… argument
/bionic/libc/upstream-dlmalloc/
Dmalloc.c4145 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - ssize); in sys_alloc() local
4146 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()