mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Moving IRawAllocator
This commit is contained in:
parent
1a64a87cc6
commit
e1559b5686
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@ using System.Collections;
|
|||
|
||||
namespace System
|
||||
{
|
||||
interface IRawAllocator
|
||||
{
|
||||
void* Alloc(int size, int align);
|
||||
void Free(void* ptr);
|
||||
}
|
||||
|
||||
class BumpAllocator : IRawAllocator
|
||||
{
|
||||
struct DtorEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue