Searched refs:old_p (Results 1 – 2 of 2) sorted by relevance
221 uint8_t * old_p = lv_style_custom_prop_flag_lookup_table; in lv_style_register_prop() local222 uint8_t * new_p = lv_realloc(old_p, required_size * sizeof(uint8_t)); in lv_style_register_prop()
435 inline T* Realloc(A& a, T* old_p, size_t old_n, size_t new_n)438 return static_cast<T*>(a.Realloc(old_p, old_n * sizeof(T), new_n * sizeof(T)));