-
### Describe the enhancement requested
A common memory (re)allocation pattern is to persist a dynamically-sized scratch buffer (for example when decompressing or decoding data). Currently, the two …
-
When installing arrow on IBM i it fails the install at the thrift dependency install with the following output:
![2021-05-26 16_31_09-Window.png](https://issues.apache.org/jira/secure/attachment/13…
-
I'm trying to get jemalloc to do heap profiling by configuring it in the environment:
```bash
export MALLOC_CONF=prof:true,lg_prof_interval:30,lg_prof_sample:17
```
Profiling is enabled:
``…
-
Hi we have a service that runs AddressExpander java binding. The pods get restarted due to OOM once in a while and we did some analysis on possible memory leak. It turns out that there might be memory…
-
Please consider add support for Apple M1
-
**What's Wrong**
I have recently tried to clean build proton with clang18 in WSL (Ubuntu 22.04), but it reports `error: 'switch' missing 'default' label [-Werror,-Wswitch-default]` in [base/base/Stri…
-
Hi Argp:
I want to use your wonderful tool - CENSUS/shadow to analysis coredump jemalloc layout. But when install all the tool include the pyrsistence, gdb for android and shadow. then load the …
-
Basic usage seems to crash my program. I'm only a few months in to Rust, so perhaps I'm doing something incredibly wrong here, but this has me baffled.
```rs
#[global_allocator]
static ALLOC: jem…
-
Scalloc
https://github.com/cksystemsgroup/scalloc
Test with mimalloc
Test with tcmalloc
Test with jemalloc
Test with lockless alloc
https://locklessinc.com/
Thanks and
Best rega…
-
Hi,
I already tried to compile rethinkdb 2.3.x for arm32, and got another error.
I got access to a aarch64 building machine, so I'm now trying to build it on this machine.
The first issue I encounter…