Initial
This commit is contained in:
parent
d4c558a59a
commit
db05d963be
74 changed files with 4473 additions and 3231 deletions
13
Allocators/public/PickAllocator.hpp
Normal file
13
Allocators/public/PickAllocator.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "HeapAllocatorGlobal.hpp"
|
||||
|
||||
namespace tp {
|
||||
|
||||
struct PickAlloc {
|
||||
PickAlloc();
|
||||
void* allocate(ualni aBlockSize);
|
||||
void deallocate(void* aPtr);
|
||||
~PickAlloc();
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue