godot/core/templates
Rémi Verschelde f1d6677713
Merge pull request #95469 from bruvzg/cowdata_unref
`CowData` remove hardcoded offset and unused argument from `_unref`.
2024-08-16 10:36:28 +02:00
..
SCsub
bin_sorted_array.h
command_queue_mt.cpp CommandQueueMT: Pre-allocate memory to avoid a bunch of allocations at startup 2024-05-09 11:51:07 +02:00
command_queue_mt.h Fixup recent changes to threading concerns 2024-07-16 11:03:02 +02:00
cowdata.h Merge pull request #95469 from bruvzg/cowdata_unref 2024-08-16 10:36:28 +02:00
hash_map.h
hash_set.h
hashfuncs.h
list.h Reduce and prevent unnecessary random-access to `List` 2024-05-04 16:08:55 +02:00
local_vector.h [Core] Add `LocalVector::has` for convenience 2024-05-06 18:03:37 +02:00
lru.h
oa_hash_map.h
paged_allocator.h
paged_array.h
pair.h
pass_func.h
pooled_list.h
rb_map.h
rb_set.h
rid.h
rid_owner.cpp
rid_owner.h
ring_buffer.h Fix GCC 14 -Wtemplate-id-cdtor warnings 2024-04-26 11:41:09 +02:00
safe_list.h
safe_refcount.h Fix GCC 14 -Wtemplate-id-cdtor warnings 2024-04-26 11:41:09 +02:00
search_array.h
self_list.h
simple_type.h Redefine GetSimpleTypeT<> in terms of <type_traits> 2024-04-24 11:43:13 +02:00
sort_array.h
vector.h
vmap.h
vset.h