-
Hi
Is there an option to create a custom allocator using the c API, to be shared across all sessions?
From `C_API.md`:
* **Share allocator(s) between sessions:** Allow multiple sessions in the sa…
-
**Is your feature request related to a problem? Please describe.**
For docstring support we need to access the parent of an Expr. (workarounds not feasible - @hsjobeki and I have tried)
We expect …
-
I've started a patch: https://github.com/philn/dav1d-rs-1/commit/18121c6d8293b95ccaf92daffab93b61a810d42d
Ideally this would be usable by the GStreamer rust dav1ddec element for zero-copy of decode…
philn updated
4 years ago
-
On the LANL Venado machine, Linux ARM/Grace-Hopper architecture, whether using clang 18 (`Cray clang version 18.0.0`) or gcc-13 (`13.2.1`) compiler toolchain (both with `nvcc` from CUDA 12.5), the sam…
-
I am unsure if this project is still actively maintained, though I thought I would create the issue as it is still used in code today.
I wanted to propose the addition of support for custom memory …
-
**Is your feature request related to a problem? Please describe.**
MatX currently takes raw non-owned pointers, smart unowned pointers, and self-allocates owned pointers otherwise. While this allows …
-
Is there any desire to support allocator customization? I could imagine two uses cases:
1. running in a freestanding where the default allocator is not available. `pmr` could be used as a replacement…
-
The exposition-only `connect-awaitable` function implicitly allocates a coroutine-frame for a coroutine to `co_await` the awaitable.
However, there is currently no way to customise this allocation …
-
### Describe the bug
When clearing the terminal inside a custom command it does not clear the terminal.
### How to reproduce
1. Run this custom watch command
```nu
def watch [cmd: closure, dur?…
-
The interface, as it evolves, is expected to utilize a potentially custom allocator when the caller wishes to provide one other than the default.
It would be nice to make some tests with a project-…