tanya/source/tanya/memory
Eugen Wissner 657f4a60d5 Fix #246
Make allocators pure.
* Methods allocating/deallocating memory are pure.
* Allocator.instance is pure (once initialized, it always returns
  the same instance).
* defaultAllocator getter property is pure (should be set at the
  beginning, and always return the same instance after that).
2017-07-13 16:01:21 +02:00
..
allocator.d Fix #246 2017-07-13 16:01:21 +02:00
mallocator.d Fix #246 2017-07-13 16:01:21 +02:00
mmappool.d Fix #246 2017-07-13 16:01:21 +02:00
package.d Fix #246 2017-07-13 16:01:21 +02:00
smartref.d Remove previously deprecated modules 2017-06-30 04:19:20 +02:00