-
Pls add the fix:
![image](https://user-images.githubusercontent.com/42402690/104684567-c1f4b600-5712-11eb-9c63-c9b650e5fad2.png)
And is it possible to avoid of Marshal.PtrToStringAnsi() because …
-
all Matrix.invert():
currently the mixin AFAIK creates a dynamic array even though the matrix already contains one, just assignments would be enough.
for example: https://github.com/Dav1dde/gl3n/blob/…
-
This is a regression from v1.10, but OK to close if considered normal.
```juila
julia> using Logging; f() = with_logger(NullLogger()) do
@debug "f"
end
julia> @allocations f()…
-
### Parent Issue
#14469
### Detail of Subtask
Main problem seems to be that there are quite some allocations. motrace.IsEnable even allocates ...
### Describe implementation you've considere…
-
Using an indexed for loop to iterate through an array of functions and invoke them causes a closure allocation for each invocation.
#### Repro steps
```fsharp
open System
let exampleFunc v =…
varon updated
1 month ago
-
As the tracer should keep its own impact as low as possible, keeping an eye out for unnecessary memory allocations is vital.
Example: https://github.com/score-p/scorep_binding_python/blob/f9fbd7d93…
-
Some backends provide primitives for _secure heap_ allocations, like `OPENSSL_secure_malloc()`. It would nice to consider storing various sensitive data like private keys there.
-
Currently the tokenizer api generates a lot of allocations.
For every Text encountered `text_analyzer::token_stream()` is called
```rust
impl TextAnalyzer {
/// Creates a token stream fo…
-
Is there an equivalent in tcmalloc to gperftool's interfaces found in [malloc_hook.h](https://github.com/gperftools/gperftools/blob/master/src/gperftools/malloc_hook.h), such as [AddNewHook](https://g…
-