Home
last modified time | relevance | path

Searched refs:old_p (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/misc/
Dlv_style.c221 uint8_t * old_p = lv_style_custom_prop_flag_lookup_table; in lv_style_register_prop() local
222 uint8_t * new_p = lv_realloc(old_p, required_size * sizeof(uint8_t)); in lv_style_register_prop()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h435 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)));