David Piuva
|
3680656487
Fixed missing U in some string literals.
|
10 months ago |
David Piuva
|
3e2b9f3b0d
Turning of memory mutex outside of main and preventing multi-threading during global construction and destruction.
|
10 months ago |
David Piuva
|
5a2eee2f5f
Replaced std::shared_ptr with dsr::Handle and introduced textures as separate types.
|
10 months 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
|
d8faaab238
Moved the allocation header to SafePointer and made it reusable for other allocators.
|
1 year ago |
David Piuva
|
cd78fe5c21
Automatically expanding the virtual stack using heap memory when running out of memory.
|
1 year ago |
David Piuva
|
070d84388b
Added include guard and moved in includes.
|
1 year ago |
David Piuva
|
935942e0cd
Using the virtual stack and doubling the stack memory.
|
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 |