https://github.com/bobsteagall/cppcon2017
Materials from my CppCon 2017 talk: "How to Write a Custom Allocator"
https://github.com/bobsteagall/cppcon2017
allocator cplusplus-11 cplusplus-14 cplusplus-17
Last synced: 7 months ago
JSON representation
Materials from my CppCon 2017 talk: "How to Write a Custom Allocator"
- Host: GitHub
- URL: https://github.com/bobsteagall/cppcon2017
- Owner: BobSteagall
- Created: 2018-03-24T18:29:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T18:29:47.000Z (about 8 years ago)
- Last Synced: 2025-02-22T07:47:04.269Z (over 1 year ago)
- Topics: allocator, cplusplus-11, cplusplus-14, cplusplus-17
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This is the repo for my CppCon 2017 talk entitled **How to Write a Custom Allocator**.
For my other C++ work, see my site [The State Machine](https://bobsteagall.com).