I have a comment: Why do you use 3 environment variables? Environment
variables are very expensive to use, they significantly increase start
up time of an application and slow down all applications which use
getenv() or putenv() if the size of the environment is large. libast
had the same problem, with bitter and measurable impact on start up
time, and replaced all the allocator tunable variables into 1 variable
to improve start up time.

IMO one environment variable to control the libmtmalloc behaviour
should be enough.

Olga

On Tue, Jun 15, 2010 at 7:36 PM, Peter Dennis <peter.den...@oracle.com> wrote:
> This case times out today but there have been no comments from
> any PSARC members - any reviewers ?
>
> thanks
> pete
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org
>



-- 
      ,   _                                    _   ,
     { \/`o;====-    Olga Kryzhanovska   -====;o`\/ }
.----'-/`-/     olga.kryzhanov...@gmail.com   \-`\-'----.
 `'-..-| /       http://twitter.com/fleyta     \ |-..-'`
      /\/\     Solaris/BSD//C/C++ programmer   /\/\
      `--`                                      `--`
_______________________________________________
opensolaris-arc mailing list
opensolaris-arc@opensolaris.org

Reply via email to