summaryrefslogtreecommitdiffstats
path: root/core/templates/paged_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Improve Template Class Conditionals (Code Style)Craig-Stoneham2024-08-251-12/+12
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-3/+3
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-1/+1
* WorkerThreadPool: Avoid most runtime allocationsPedro J. Estébanez2024-01-081-5/+1
* Make PagedAllocator more compatible (esp., with HashMap)Pedro J. Estébanez2023-12-201-1/+5
* Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
* Add missing thread safety to PagedAllocatorPedro J. Estébanez2023-05-081-6/+39
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Variant memory poolslawnjelly2022-07-041-1/+9
* Add a new HashMap implementationreduz2022-05-121-1/+7
* Add a UniformSet cachereduz2022-03-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add the possibility to initialize the classes allocated with the PagedAllocatorAndreaCatania2021-08-141-2/+3
* Replace QuickHull with Bullet's convex hull computer.Morris Tabor2021-05-221-2/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Use page allocator for BVHreduz2020-12-241-3/+3
* Replace Octree by DynamicBVH in cull codereduz2020-12-231-0/+129