memory-allocation
Here are 328 public repositories matching this topic...
-
Updated
Mar 27, 2022 - C
-
Updated
Mar 8, 2017 - Objective-C
-
Updated
Aug 14, 2021 - C++
-
Updated
Feb 13, 2022 - C++
-
Updated
Mar 12, 2022 - C++
-
Updated
Dec 13, 2021 - C
-
Updated
Mar 28, 2022 - C
-
Updated
Jan 29, 2022 - C
-
Updated
Mar 3, 2020 - Scala
-
Updated
Mar 26, 2022 - C++
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
-
Updated
Mar 10, 2022 - D
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
Jul 8, 2021 - C
-
Updated
May 17, 2021 - Rust
Fix CMake warning
-- Detecting CXX compile features - done
CMake Deprecation Warning at third_party/small/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
cmake version
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Jan 5, 2019 - C
-
Updated
Oct 19, 2019 - C++
-
Updated
Dec 9, 2021 - C
-
Updated
Dec 14, 2021
-
Updated
Jan 29, 2020 - Shell
-
Updated
Oct 30, 2018 - C
-
Updated
Jun 5, 2021 - Zig
-
Updated
Nov 29, 2020 - C
-
Updated
Jan 20, 2022 - 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