Pool Allocator
This commit is contained in:
parent
851b5922e6
commit
9c169017d1
|
@ -5,8 +5,8 @@ gb single-file public domain libraries for C & C++
|
||||||
library | latest version | category | languages | description
|
library | latest version | category | languages | description
|
||||||
----------------|----------------|----------|-----------|-------------
|
----------------|----------------|----------|-----------|-------------
|
||||||
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++
|
**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.hpp** | 0.28 | 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_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++
|
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
|
@ -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
|
// 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
|
// This is meant to be used the gb.hpp library but it doesn't have to be
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue