Merge pull request #116541 from Ivorforce/a-variant-shaped-pool

Move variant pools to their own compile unit.
This commit is contained in:
Thaddeus Crews
2026-02-21 12:17:01 -06:00
11 changed files with 197 additions and 52 deletions
+1
View File
@@ -33,6 +33,7 @@
#include "core/os/mutex.h"
#include "core/os/os.h"
#include "core/string/print_string.h"
#include "core/templates/paged_allocator.h"
struct StringName::Table {
constexpr static uint32_t TABLE_BITS = 16;