feat(heap): Create new HeapAllocator implementation
This commit is contained in:
@@ -11,7 +11,7 @@ namespace kcp {
|
||||
class Spinlock {
|
||||
std::atomic_flag atomic_flag{ATOMIC_FLAG_INIT};
|
||||
public:
|
||||
void Aquire();
|
||||
void Acquire();
|
||||
void Release();
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user