-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
We are using polars-arrow and would prefer to move to `arrow-rs` as we are looking into using…
-
```
#!watchflakes
default
-
```
#!watchflakes
default
-
Current version of heaptrace doesn't trace `mmap` and `munmap` functions.
Add tracing these functions to detect memory leak caused by them.
-
Hi there,
any chance of having the database loaded into memory via mmap() so multiple diamond
instances on a host could share the database?
-
Hi, I noticed you've added mmap to the code, which is great!
Unfortunately, it breaks consuming http streams, because urllib3 raw streams (`urllib3.response.HTTPResponse`) also (surprisingly) have …
-
My current idea is to have an immutable mmap with "change buffers" that hold the changes, and can grow, etc, as changes are made.
Then on save, we temporarily make the mmap mutable and write the chan…
-
## Steps
1. Download encrypted ipa from AppStore.
2. Unzip and extract ProductName.app.
3. Run `./appdecrypt ./ProductName.app ./DecryptProductName.app`
## Logs
```text
➜ ./appdecrypt ./P…
-
abstract-machine的native比较神奇,用到了许多魔法,比方说dlsym(mmap)与mmap,可能一个是宿主机的mmap,一个是虚拟环境的mmap,以及`void *(*volatile memcpy_libc_temp)(void *, const void *, size_t) = memcpy_libc;`这样的处理,感觉还是太神奇了。希望老师能讲许多其中的奇技淫巧
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…