Searched refs:exp (Results 1 – 2 of 2) sorted by relevance
47 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element() local49 if (obj[i] != exp) { in __check_element()
1801 char exp = POISON_FREE; in check_poison_obj() local1803 exp = POISON_END; in check_poison_obj()1804 if (realobj[i] != exp) { in check_poison_obj()