[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] release memory
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] release memory |
Date: |
Fri, 09 Sep 2011 15:17:38 +0400 |
> I use ubuntu and run glpk with terminal.
>
> when I run 1 example I the memory after termination of programme is
> 120mb and If I run 5 times (in a for) the memory use is 300mb.
>
> after termination I have
>
> glp_delete_prob(lp)
> glp_free_env() :the resulte is 0
>
Most probably the memory leak happens somewhere out of glpk. Please
check your own code.