Commit History

Author SHA1 Message Date
  David Piuva e32bf92d1a Fixed memory leak by assuming that std::function will always heap allocate captured data. 8 months ago
  David Piuva 9e5663ba0b Optimized sound engine. 9 months ago
  David Piuva 5a2eee2f5f Replaced std::shared_ptr with dsr::Handle and introduced textures as separate types. 10 months ago
  David Piuva 448e1621e6 Moved some code to memory.h and optimized away the header pointer from UnsafeAllocation in release mode. 1 year ago
  David Piuva 81a31bd82d Bruteforce tested virtual stack allocation with multiple threads. 1 year ago
  David Piuva 01ae9a087c Fixed the new memory safety. 1 year ago
  David Piuva 070d84388b Added include guard and moved in includes. 1 year ago
  David Piuva e35dd60fad Letting VirtualStackAllocation inherit from SafePointer. 1 year ago
  David Piuva 072d215085 Implemented memory alignment for the virtual stack allocator. 1 year ago
  David Piuva d6981f34c8 Trying a fixed size virtual stack in thread local memory. 1 year ago