Searched refs:regsize (Results 1 – 2 of 2) sorted by relevance
165 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;
320 uintptr_t regsize = (uintptr_t)bin_info->reg_size; in arena_slab_reg_alloc_batch() local324 *(ptrs + i) = (void *)(base + regsize * regind); in arena_slab_reg_alloc_batch()