Pool Allocator

This commit is contained in:
gingerBill 2015-12-02 15:06:36 +00:00
parent 851b5922e6
commit 9c169017d1
3 changed files with 402 additions and 419 deletions

View File

@ -5,8 +5,8 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++
**gb.hpp** | 0.27 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.02b | math | C++11 | A C++11 math library geared towards game development
**gb.hpp** | 0.28 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.03a | math | C++11 | A C++11 math library geared towards game development
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
## FAQ

815
gb.hpp

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
// gb_math.hpp - v0.03 - public domain C++11 math library - no warranty implied; use at your own risk
// gb_math.hpp - v0.03a - public domain C++11 math library - no warranty implied; use at your own risk
// A C++11 math library geared towards game development
// This is meant to be used the gb.hpp library but it doesn't have to be