This website requires JavaScript.
Explore
Help
Sign In
mewin
/
mijin2
Watch
1
Star
0
Fork
0
You've already forked mijin2
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
mijin2
/
source
/
mijin
/
memory
History
Patrick Wuttke
3d507ddef7
Finally implemented object pools.
2025-07-25 00:51:32 +02:00
..
data_pool.hpp
intial commit
2023-05-29 14:51:44 +02:00
dynamic_pointer.hpp
Replaced default deleter used in DynamicPointer so it fits better with other functions.
2025-07-14 17:15:25 +02:00
memutil.hpp
Added converting constructor for AllocatorDeleter.
2025-06-23 00:19:30 +02:00
object_pool.hpp
Finally implemented object pools.
2025-07-25 00:51:32 +02:00
stack_allocator.hpp
Added missing construction and destruction of StackAllocatorSnapshotData, which is only required when MIJIN_STACK_ALLOCATOR_DEBUG is 2.
2025-07-02 16:40:46 +02:00
virtual_allocator.hpp
Added more stuff like Logging, DynamicPointer, utilities for using STL allocators and NotNullable.
2025-06-21 08:07:57 +02:00