KINST_PROBETAB_MAX
if (++n > KINST_PROBETAB_MAX) {
if (++n > KINST_PROBETAB_MAX) {
kinst_probetab = malloc(KINST_PROBETAB_MAX *
for (int i = 0; i < KINST_PROBETAB_MAX; i++)
#define KINST_ADDR2NDX(addr) (((uintptr_t)(addr)) & (KINST_PROBETAB_MAX - 1))
if (++n > KINST_PROBETAB_MAX) {