-
### Describe the enhancement requested
In many situations, it'd be beneficial to have an error Status which was copyable without using the heap. For example, this is a frequent pain point with Result…
-
### Describe the bug
I am attempting to import the `torch` package into Asterias, but it dynamically links to the `libtorch` library. The `find_free_region` function searches for a free memory …
-
Is there community interest for allocation-free reads? This was a suggestion for future work from @benbjohnson.
After zooming into the existing code, it may be feasible.
It could be reached in 2…
-
### Is your feature request related to a problem? Please describe.
```cython
from cpython.mem cimport PyMem_Malloc, PyMem_Free, PyMem_Realloc
from cpython.ref cimport Py_DECREF, Py_INCREF
from cpy…
-
I often use pool allocators in my programs, which allow for many small allocations but ignore calls to free these allocations, because they will all be freed at once after it is known that the allocat…
-
Currently, `openraft` allocates at many places, which is a bit contraproductive, since any OOM will panic and tear down the state machine unnecessarily. We should look at possibilities how to operate …
-
It would be great to have allocation free versions of the kernels / stencils.
I guess it will require supplying buffers.
-
When aborted Scavenge occurs (in a middle of Scavnge, no free space left in either Nursery or Tenure to move objects to) we handle it differently for:
1) STW Scavenge, backout the work that Scaveng…
-
java.lang.OutOfMemoryError: Failed to allocate a 96 byte allocation with 1612576 free bytes and 1574KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because
-
### Description
One of the tests in the attached repository reliably crashes at runtime. This seems to be related to `DiscardingTaskGroup` as switching to `TaskGroup` doesn't crash.
### Reproduction…