I would try playing with MALLOC_OPTIONS. I seriously doubt that there is an actual leak in jemalloc, but from my own experiences with it I suspect that there are certain multithreaded malloc/free sequences that interact badly with with the per-thread caching that jemalloc performs. The first thing I would try is setting MALLOC_OPTIONS=7h to disable the caching. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
- Mem leak : malloc/free + pthreads = leakage? Eric Anderson
- Re: Mem leak : malloc/free + pthreads = leakage? Eygene Ryabinkin
- Re: Mem leak : malloc/free + pthreads = leakage? Eric Anderson
- Re: Mem leak : malloc/free + pthreads = leakage? Deomid Ryabkov
- Re: Mem leak : malloc/free + pthreads = leakage? Eric Anderson
- Re: Mem leak : malloc/free + pthreads = leak... Vlad Galu
- Re: Mem leak : malloc/free + pthreads = ... Vlad Galu
- Re: Mem leak : malloc/free + pthrea... Ryan Stone
- Re: Mem leak : malloc/free + pt... Ryan Stone
- Re: Mem leak : malloc/free ... Eric Anderson
- Re: Mem leak : malloc/free ... Ivan Voras
- Re: Mem leak : malloc/free + pthrea... Eric Anderson