-
### Describe the Bug
Making two large allocations, then dropping them in the order they were allocated leaks memory in wee_alloc, but not in default allocator.
### Steps to Reproduce
## Nativ…
-
Here is sample program (mimalloc 1.8.7 and 2.1.7):
```c++
#include
#include
#include
// Build with: cl /MD mimalloc_tl_test.cpp mimalloc-override.lib /link /INCLUDE:mi_version
class MTest…
-
Hi,
Long-time user here, love the package, kudos to the contributors :)
I was trying out AVReader since I work with audiovisual data loaders. However, I've found that it leaks memory, aka using…
-
With `-fsanitize=address` for compiler and linker:
````
-DCMAKE_CXX_FLAGS=-fsanitize=address
-DCMAKE_EXE_LINKER_FLAGS=-fsanitize=address
````
[Uploading Untitled-1.txt…]()
Fixed: https:/…
zccrs updated
3 months ago
-
There seems to be a memory leak.
Where? Library or in PSRamFS_Test.ino?
I did not audit PSRamFS_Test completely.
I did change all the ESP_LOGx(...) to Serial.printf and fixed the formatting.
…
-
Hi,
when we merge some xlsx files or copy some cells,memory leak occurs in some application scenarios.
```
// PushCell adds a predefiend cell to the end of the Row
func (r *Row) PushCell(c *…
-
Our http-kit-backed web services are using more and more native memory as time goes by. The memory used is categorized as "Other" by jcmd [Native Memory Tracking](https://docs.oracle.com/en/java/javas…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug summary
A memory leak issue is observed in TorchIO version 20.0.1 during prolonged training sessions…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Condu…
-
#### Describe the bug
User _jumpscare_ (unclear what their github handle is) reported their game's Portal leaks memory over time (total machine memory usage):
![c90f5aa3878a42998961c73cb8883857…