Searched refs:rp (Results 1 – 1 of 1) sorted by relevance
137 char *rp = 0; in alloc_pool() local144 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()