-
```
What steps will reproduce the problem?
1. Take a system with limited memory
2. Run a task allocating more memory that's available
3. Watch that task crash in serf:
(this crash is from serf 0.6.x w…
-
## Challenge: Create a Mandelbrot set image with Zig
### Introduction
#### WFT is a Mandelbrot set? 🤯
#### Nice, but how? 😳
Of course, some explanations on how to translate this…
-
```
I had the requirement to limit Lua VMs to a maximum memory usage for better
sandboxing. This is actually pretty easy thanks to Lua offering a way to supply
a custom allocator. I extended JNLua a…
-
```
I had the requirement to limit Lua VMs to a maximum memory usage for better
sandboxing. This is actually pretty easy thanks to Lua offering a way to supply
a custom allocator. I extended JNLua a…
-
#### Symptoms
MSan fails to init with
```
MemorySanitizer: CHECK failed: sanitizer_allocator_primary64.h:133 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg))…
-
When running the test program below, KLEE will generate a single path with the ERROR. If the similar sentence appears in a complex program, KLEE will also generate a single path, which is not a normal…
-
### 🚀 The feature, motivation and pitch
One of the largest technical hurdles to memory profiling is deducing information about Tensors which were created before profiling began. PyTorch uses a custom…
-
One of the resounding things that came out of the discussions at XDC was the mobile guys saying that they don't want to have to do contiguous memory allocation in their GPU driver. Instead, they want…
-
There is some amount of memory being allocated during the `remap` function that isn't getting cleaned up.
This is with the latest commit on main. So I imagine it's something to do with rayon or the…
-
```
What steps will reproduce the problem?
1. Take a system with limited memory
2. Run a task allocating more memory that's available
3. Watch that task crash in serf:
(this crash is from serf 0.6.x w…