https://github.com/vladandreitoma/custom_allocators_in_cpp
This file contains an explanation theory of custom operators in order to make memory allocation deallocation faster and less fragmented with better continuity
https://github.com/vladandreitoma/custom_allocators_in_cpp
Last synced: 2 months ago
JSON representation
This file contains an explanation theory of custom operators in order to make memory allocation deallocation faster and less fragmented with better continuity
- Host: GitHub
- URL: https://github.com/vladandreitoma/custom_allocators_in_cpp
- Owner: VladAndreiToma
- License: apache-2.0
- Created: 2025-02-05T11:16:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:55:22.000Z (11 months ago)
- Last Synced: 2025-02-05T12:24:50.938Z (11 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom_Allocators_In_Cpp
This file contains an explanation theory of custom operators in order to make memory allocation deallocation faster and less fragmented with better continuity