mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-06 03:37:33 +03:00
Remove config.thp which wasn't in use.
This commit is contained in:
parent
6b35366ef5
commit
efa40532dc
5 changed files with 0 additions and 43 deletions
|
|
@ -122,13 +122,6 @@ static const bool config_stats =
|
|||
false
|
||||
#endif
|
||||
;
|
||||
static const bool config_thp =
|
||||
#ifdef JEMALLOC_THP
|
||||
true
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
;
|
||||
static const bool config_tls =
|
||||
#ifdef JEMALLOC_TLS
|
||||
true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue