Memory: Remove the need for per-thread tear down.

Make key objects using the memory pool own their own pool and delete it,
such that there is not generic per-thread pool to manage.
This commit is contained in:
John Kessenich 2017-11-12 23:12:57 -07:00
parent ff8e59f510
commit cb42541e51
7 changed files with 17 additions and 130 deletions

View file

@ -37,11 +37,7 @@
namespace glslang {
void InitializeMemoryPools();
void FreeMemoryPools();
bool InitializePoolIndex();
void FreePoolIndex();
} // end namespace glslang