Searched refs:exp (Results 1 – 2 of 2) sorted by relevance
48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element() local50 if (obj[i] != exp) { in __check_element()
1526 char exp = POISON_FREE; in check_poison_obj() local1528 exp = POISON_END; in check_poison_obj()1529 if (realobj[i] != exp) { in check_poison_obj()