Fix a typo in INSTALL.md.
This commit is contained in:
parent
a32b7bd567
commit
c5b72a92cc
@ -269,7 +269,7 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||||||
|
|
||||||
Disable the initial-exec TLS model for jemalloc's internal thread-local
|
Disable the initial-exec TLS model for jemalloc's internal thread-local
|
||||||
storage (on those platforms that support explicit settings). This can allow
|
storage (on those platforms that support explicit settings). This can allow
|
||||||
jemalloc to be dynamically loaded after program starup (e.g. using dlopen).
|
jemalloc to be dynamically loaded after program startup (e.g. using dlopen).
|
||||||
Note that in this case, there will be two malloc implementations operating
|
Note that in this case, there will be two malloc implementations operating
|
||||||
in the same process, which will almost certainly result in confusing runtime
|
in the same process, which will almost certainly result in confusing runtime
|
||||||
crashes if pointers leak from one implementation to the other.
|
crashes if pointers leak from one implementation to the other.
|
||||||
|
Loading…
Reference in New Issue
Block a user