mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 02:12:04 +00:00
Make all maps use heap allocator implicitly
This commit is contained in:
@@ -373,7 +373,7 @@ gb_internal char const *string_intern(String const &string) {
|
||||
}
|
||||
|
||||
gb_internal void init_string_interner(void) {
|
||||
map_init(&string_intern_map, heap_allocator());
|
||||
map_init(&string_intern_map);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user