lv_realloc_core() function
Used internally to execute a plain realloc operation
Syntax
void * lv_realloc_core(void * p,
size_t new_size);
Arguments
p
memory address to realloc
new_size
size in bytes to realloc
lv_realloc_core() is called by 1 function and calls 2 functions:
![]()
lv_realloc_core()
lv_realloc_core() reads 4 variables and writes 2 variables:
![]()
lv_realloc_core()