Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/sjpg/
Dtjpgd.c137 char *rp = 0; in alloc_pool() local
144 rp = (char*)jd->pool; /* Get start of available memory pool */ in alloc_pool()
145 jd->pool = (void*)(rp + ndata); /* Allocate requierd bytes */ in alloc_pool()
148 return (void*)rp; /* Return allocated memory block (NULL:no memory to allocate) */ in alloc_pool()