-
### LVGL version
8.3.11
### What happened?
(00:00:00.177) Free heap: 277420 bytes
W (00:00:00.183) Minimum heap ever reached: 277012 bytes
W (00:00:00.190) Free heap for 8-bit allocations: …
-
### **Description:**
We’ve identified a potential memory management issue in the current implementation of the game. Specifically, there are areas where dynamically allocated memory may not be freed …
Ki1er updated
3 weeks ago
-
It is difficult to perform I2C reads of variable length data in an interrupt context. I tried pre-allocating a buffer, creating a **memoryview**, and issuing
```python
i2c.readfrom_into(addr, mv[0 :…
-
After a large statement is scanned and parsed, we hang onto the scanner and parser allocations in https://github.com/cockroachdb/cockroach/blob/3d054f37c7c87f53cb56fac4e5500f0d1130d09a/pkg/sql/parser/…
-
**Is your enhancement proposal related to a problem? Please describe.**
The Zephyr kernel contains various allocation functions: `k_heap_alloc`, `k_heap_realloc`, `k_heap_free`, etc.
Those can be se…
-
I'd like to see a generic "transformation" or "streaming" API that can be used to transform data across the subcrates, possibly without requiring a heap allocation if some mutable storage is already a…
-
### Description:
**Problem/Opportunity:** Sharing test devices requires close management to prevent users from interrupting each other's tests.
**Proposed Solution:** Having a service to manage …
-
I am working on the Windows on ARM app compatibility ecosystem and encountered an issue where the app ZWCAD (https://www.zwcad.com/download-thanks/MTcyOTc2MDQyMmh0dHBzOi8vZGwuendzb2Z0LmNuL3p3Y2FkL2NhZ…
-
Hi!
As you know, @ExpandingMan and I are looking to optimize performance for StaticArrays. Forward mode works splendidly, but reverse mode still makes one allocation during the `gradient` call:
```jul…
-
### Description
It appears that the current version of the integration does not retrieve all available MSE metrics from varnishstat. Only a subset of metrics seems to be present, as listed here: [met…