Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c165 static long regsize; /* Code size. */ variable
224 regsize = 0L;
231 if (regsize >= 32767L) /* Probably could be 65535L. */
235 r = (regexp *)malloc(sizeof(regexp) + (unsigned)regsize);
587 regsize += 3; in regnode()
609 regsize++;
625 regsize += 3;
/freebsd/contrib/jemalloc/src/
H A Darena.c320 uintptr_t regsize = (uintptr_t)bin_info->reg_size; in arena_slab_reg_alloc_batch() local
324 *(ptrs + i) = (void *)(base + regsize * regind); in arena_slab_reg_alloc_batch()