-
Should the `maxAllocs` constructor parameter correspond to the maximum number of times `allocate` can be called? 'Cause if so, it's a bit off I think.
Here's a test case:
```c++
OffsetAllocator::…
-
**Describe the bug**
Executing a test with Bazel that requires a memory allocation free test execution breaks due to the memory allocation done [here](https://github.com/catchorg/Catch2/blob/4e8d92…
hofbi updated
3 months ago
-
### ⚠️ Before posting ⚠️
- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicat…
-
https://github.com/HTSykora/PathIntegrationMethod.jl/blob/8ba746965b44f48f3806462a0a1e5f51b6c8fae9/src/pdf_representation/gridinterpolations/integrations_base.jl#L12-L16
Add `xs`, `wts7 product ite…
-
@perost please check https://libraries.openmodelica.org/branches/master/Buildings_latest/files/Buildings_latest_Buildings.Templates.Plants.HeatPumps.Components.Validation.HeatRecoveryChiller.err. The …
-
I've run into a case where a String is freed before it's actually used, here's the code:
```clojure
(defn binary-partial [f x]
(fn [y]
(f x y)))
(doc lift-binary
"Lifts a binar…
-
I have problem with storage allocation. I have 100GB free on my iphone but iTorrent shows only 2.3 avaiable, how to increase it?
-
I think there should be allocation-free extension methods for disabled log levels. Right now calls to `Log` always allocate an array and box values which makes it very expensive for trace level calls.…
-
**The problem/use-case that the feature addresses**
Currently, Modules do not have a mechanism to know whether an object pointer "should" be defragmented. We have access to the `ValkeyModule_Defrag…
-
Hi
As mentioned in the update [here](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/issues/339), I am stuck in a loop when running the tests of the sample application on the NVid…