| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The current wording can be taken to imply that we return tagged pointers to the
user, or otherwise rely on architectural support for them.
|
| |
|
|
|
|
|
|
| |
This patch allows to override the lg-vaddr values, which
are defined by the build machine's CPUID information (x86_64)
or default values (other architectures like aarch64).
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
|
| | |
|
| | |
|
| |
|
| |
Related to https://github.com/jemalloc/jemalloc/issues/974
|
| |
|
|
|
|
| |
Right now we always make our TLS use the initial-exec model if the compiler
supports it. This change allows configure-time disabling of this setting, which
can be helpful when dynamically loading jemalloc is the only option.
|
| |
|
|
| |
This resolves #669.
|
| |
|
|
|
|
|
|
| |
Support millisecond resolution for decay times. Among other use cases
this makes it possible to specify a short initial dirty-->muzzy decay
phase, followed by a longer muzzy-->clean decay phase.
This resolves #812.
|
| |
|