On Mon, 27 Nov 2017 10:34:57 -0500
Eric Covener wrote:
> On Mon, Nov 27, 2017 at 10:25 AM, eeadev dev wrote:
> > As written in the subject, is there a way to deallocate memory
> > which has been allocated using apr_palloc() and what is the best
> > practice to do that?
> >
>
> Create a sub-pool
On Mon, Nov 27, 2017 at 10:25 AM, eeadev dev wrote:
> As written in the subject, is there a way to deallocate memory which has
> been allocated using apr_palloc() and what is the best practice to do that?
>
Create a sub-pool for the allocation and clear or destroy the subpool
(depending on whethe
As written in the subject, is there a way to deallocate memory which has
been allocated using apr_palloc() and what is the best practice to do that?
thank you