mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
4f163972bb
* Implements a growing chunked allocator * Removed redudant methods get and getptr, only getornull is supported now.
4 lines
70 B
C++
4 lines
70 B
C++
#include "rid_owner.h"
|
|
|
|
volatile uint64_t RID_AllocBase::base_id = 1;
|