Hi! > +#ifdef __GLIBC__ > if (never_mmap) > mallopt(M_MMAP_MAX, 0); > - > +#else > + fprintf(stderr, "Platform does not support mallopt() API\n"); Shouldn't be this message printed only if (never_mmap) ? > +#endif -- Cyril Hrubis chrubis@suse.cz