Commit Graph

2 Commits

Author SHA1 Message Date
Lukas W
d35df8ee7b Move BufferPool::clear to MixHelpers and rewrite
* Move out of BufferPool because it's not related to memory allocation
* Rewrite because memset() is not portable because it sets all bytes to
  zero which depends on the platform's float representation of 0.0 to be
  all zero bytes
2019-08-27 14:33:36 +02:00
Lukas W
178888af94 BufferManager: Use MemoryPool, rename to BufferPool 2019-08-25 22:22:21 +02:00