Searched refs:LV_MEM_CUSTOM_REALLOC (Results 1 – 4 of 4) sorted by relevance
126 #ifndef LV_MEM_CUSTOM_REALLOC127 # define LV_MEM_CUSTOM_REALLOC your_realloc /*Wrapper to realloc*/ macro
94 # define LV_MEM_CUSTOM_REALLOC your_realloc /*Wrapper to realloc*/ macro
94 # define LV_MEM_CUSTOM_REALLOC your_realloc /*Wrapper to realloc*/
265 void * new_p = LV_MEM_CUSTOM_REALLOC(data_p, new_size); in lv_mem_realloc()
Completed in 5 milliseconds