DJ Delorie
d5c3fafc43
Add per-thread cache to malloc
* config.make.in: Enable experimental malloc option.
* configure.ac: Likewise.
* configure: Regenerate.
* manual/install.texi: Document it.
* INSTALL: Regenerate.
* malloc/Makefile: Likewise.
* malloc/malloc.c: Add per-thread cache (tcache).
(tcache_put): New.
(tcache_get): New.
(tcache_thread_freeres): New.
(tcache_init): New.
(__libc_malloc): Use cached chunks if available.
(__libc_free): Initialize tcache if needed.
(__libc_realloc): Likewise.
(__libc_calloc): Likewise.
(_int_malloc): Prefill tcache when appropriate.
(_int_free): Likewise.
(do_set_tcache_max): New.
(do_set_tcache_count): New.
(do_set_tcache_unsorted_limit): New.
* manual/probes.texi: Document new probes.
* malloc/arena.c: Add new tcache tunables.
* elf/dl-tunables.list: Likewise.
* manual/tunables.texi: Document them.
* NEWS: Mention the per-thread cache.
2017-07-06 13:37:30 -04:00
..
2017-06-21 22:43:57 +02:00
2017-06-21 22:43:57 +02:00
2017-06-21 22:43:57 +02:00
2017-06-21 22:43:57 +02:00
2017-06-21 22:43:57 +02:00
2017-07-06 13:37:30 -04:00
2017-06-02 11:59:28 +02:00
2017-06-02 11:59:28 +02:00
2017-06-02 11:59:28 +02:00
2017-06-02 11:59:28 +02:00
2017-06-02 11:59:28 +02:00
2017-06-13 21:55:10 +02:00
2017-06-19 12:58:08 +02:00
2017-01-01 00:14:16 +00:00
2017-07-06 13:37:30 -04:00
2017-01-01 00:14:16 +00:00
2017-06-30 09:11:24 -07:00
2017-07-06 13:37:30 -04:00
2017-05-30 18:27:57 -03:00
2014-01-02 09:40:10 +01:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:26:24 +00:00
2017-01-01 00:26:24 +00:00
2017-01-01 00:14:16 +00:00
2017-04-18 14:56:51 +02:00
2017-01-01 00:26:24 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-05-30 18:27:57 -03:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-06-26 09:56:26 -03:00
2017-01-01 00:14:16 +00:00
2017-06-02 11:59:28 +02:00
2017-06-02 11:59:28 +02:00
2017-06-13 21:55:10 +02:00
2017-06-13 21:55:10 +02:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-03-21 16:41:56 +01:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-05 17:39:38 +00:00
2016-12-31 23:49:24 +05:30
2016-12-31 23:49:24 +05:30
2016-12-31 23:49:24 +05:30
2017-01-01 00:14:16 +00:00
2017-02-25 09:59:46 -05:00
2017-01-05 17:39:38 +00:00
2005-12-06 00:50:15 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-02-25 09:59:46 -05:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2014-11-05 15:24:08 +05:30
2017-01-01 00:14:16 +00:00
2017-01-01 00:14:16 +00:00
2017-02-25 09:59:46 -05:00
2017-05-30 18:27:57 -03:00
2017-01-01 00:14:16 +00:00
2007-12-16 22:57:57 +00:00
2017-01-01 00:14:16 +00:00
2017-06-21 22:43:57 +02:00