Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waqqas/stlallocator
Sample App for custom allocator for STL containers
https://github.com/waqqas/stlallocator
Last synced: about 20 hours ago
JSON representation
Sample App for custom allocator for STL containers
- Host: GitHub
- URL: https://github.com/waqqas/stlallocator
- Owner: waqqas
- Created: 2019-09-24T06:44:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T14:37:27.000Z (over 5 years ago)
- Last Synced: 2024-11-18T16:52:22.250Z (2 months ago)
- Language: CMake
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
---Building
---- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- makeRunning
---- ./app
- ./benchmarks/benchSample Output
---
```
```References
----
-