mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 07:35:04 +00:00
Start matching CFire, weird regswaps in constructor, rmemory_allocator constructors
Former-commit-id: 9ae9e52ed7
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
namespace rstl {
|
||||
struct rmemory_allocator {
|
||||
rmemory_allocator() {}
|
||||
rmemory_allocator(const rmemory_allocator&) {}
|
||||
template < typename T >
|
||||
static void allocate(T*& out, int count) {
|
||||
int size = count * sizeof(T);
|
||||
|
||||
Reference in New Issue
Block a user