-
When writing tests for custom allocators, I ran into the problem that an allocation-induced panic is not captured properly by should_panic. This is in my opinion a bug, as the behaviour the test shows…
-
### Describe the issue
Hi! I wanted to use custom allocator to better understand where memory allocation is requested, but couldn't even create session with my module. I found that issue happens in…
-
Hello,
I am trying to work with microros on STM32H753ZIT6U .
System: WSL Ubuntu22.04
Ros Distro: Humble
Microcontroller: STM32H753ZIT6U
Transport: USART with DMA
USART baudrate: 115200
**Wh…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS 7
- Ten…
-
`xargo build` throws an error while compiling [ralloc](https://github.com/redox-os/ralloc) dependency:
```
Compiling ralloc v1.0.0 (https://github.com/redox-os/ralloc#a93871cd)
error[E0557]: f…
-
Target Allocator can generate Prometheus configurations based on prometheus-operator Custom Resources, and it does so using code imported from prometheus-operator. In order to generate this configurat…
-
A custom allocator for managed .Net is ideally what's needed, failing that, just plain old malloc/free calls would be a sufficient starting place.
#### Reference implementations
From MOOS, this…
-
## Bug Report
### Briefly describe the bug
```
2024.01.19 17:02:57.948048 [ 765980 ] {} executeManipulationTask: Failed to execute ManipulationTask {447127167332777986}, type Merge, log.sls_15days…
yandd updated
9 months ago
-
```
On 18 August 2011 09:27, Jeffrey Walton wrote:
> On Thu, Aug 18, 2011 at 4:21 AM, Jonathan Wakely
wrote:
>> On 18 August 2011 08:55, Jeffrey Walton wrote:
>>> Hi Jonathan,
>>>
>>> Sorry to go o…
-
### Description
Types defined using the `class` keyword are heap allocated. While #750 talks about giving users the option to explicitly opt-in to stack allocating data, I feel we also need a mechani…