Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralxyz/yaa
Yet Another Allocator. Yaa is a C++ allocator like std::allocator, but crappier.
https://github.com/ralxyz/yaa
Last synced: 21 days ago
JSON representation
Yet Another Allocator. Yaa is a C++ allocator like std::allocator, but crappier.
- Host: GitHub
- URL: https://github.com/ralxyz/yaa
- Owner: RalXYZ
- Created: 2021-06-07T12:55:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:48:40.000Z (over 3 years ago)
- Last Synced: 2024-11-19T06:29:05.453Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another Allocator
`yaa` is a C++ allocator like `std::allocator`, but crappier.
## Data Structure
![allocator.png](https://i.loli.net/2021/06/14/K5qNn2OQEgTZWpm.png)