summaryrefslogtreecommitdiffstats
path: root/core/os/memory.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-0/+24
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-5/+5
* [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-10/+25
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-4/+4
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Core] Use std type traits to check operations triviality.Fabio Alessandrelli2022-08-041-4/+5
* Add a new HashMap implementationreduz2022-05-121-0/+8
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* Refactors the memnew_placement.AndreaCatania2021-08-131-10/+4
* Fix memfree parameter nameHaoyu Qiu2021-07-091-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-181-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-2/+2
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+4
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal2019-10-081-0/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Optimizations for trivial typesHein-Pieter van Braam2019-01-031-10/+18
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add placement deletes to avoid warnings on VC++Matthias Hoelzl2017-11-191-0/+8
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Use atomics for memory use trackingPedro J. Estébanez2017-08-011-6/+6
* Revert "Improve reliability of memory stats"Rémi Verschelde2017-07-111-1/+2
* Improve reliability of memory statsPedro J. Estébanez2017-07-051-2/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-57/+45
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-103/+1
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-98/+37
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add spaces to macros in memory.h to make C++11 compilers happyGeequlim2016-05-271-5/+4
* remove trailing whitespaceHubert Jarosz2016-03-091-43/+43
* better array alignmentAriel Manzur2016-02-191-4/+4
* fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...Ariel Manzur2016-02-191-4/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1