memory-allocation
Here are 288 public repositories matching this topic...
-
Updated
Mar 8, 2017 - Objective-C
-
Updated
Sep 24, 2020 - C++
-
Updated
Jun 18, 2021 - C++
-
Updated
Jun 2, 2021 - C++
-
Updated
Jun 1, 2021 - C
-
Updated
Jul 2, 2021 - C
-
Updated
Jun 22, 2021 - C
-
Updated
Mar 3, 2020 - Scala
-
Updated
Jun 4, 2021 - C++
-
Updated
Jun 13, 2021 - D
It would be nice to be able to set the initial_pool_size with a string like "500mb" or "2gb" as opposed to integer sizes like 500000000. We could vendor the code Dask uses to accomplish this:
https://github.com/dask/dask/blob/31af7f7040643c447a72c87a8f12457094ec15ff/dask/utils.py#L1171
Support C11 free()
With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent aligned_free().
We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.
-
Updated
Oct 20, 2018 - C
-
Updated
Nov 23, 2020 - C
-
Updated
May 17, 2021 - Rust
-
Updated
Nov 16, 2020 - JavaScript
small has a set of unit test written with TAP framework - https://github.com/tarantool/small/tree/master/test
These unit tests produce a TAP output but it is not actually a TAP compliant and test-run.py cannot parse output from these tests. That's why we maintain .result files for unit tests and use diff-based approach here.
We need to fix output in a lib used in unit tests and make ou
-
Updated
Jan 5, 2019 - C
-
Updated
Jun 18, 2021 - C
-
Updated
Oct 19, 2019 - C++
-
Updated
Jan 7, 2021
-
Updated
Oct 30, 2018 - C
-
Updated
Jan 29, 2020 - Shell
-
Updated
Jun 5, 2021 - Zig
-
Updated
Mar 20, 2021 - Go
-
Updated
Nov 29, 2020 - C
-
Updated
May 7, 2018 - C++
Improve this page
Add a description, image, and links to the memory-allocation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the memory-allocation topic, visit your repo's landing page and select "manage topics."
https://github.com/brendangregg/FlameGraph