summaryrefslogtreecommitdiffstats
path: root/tools/gfx/window.cpp
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2018-09-13 14:02:33 -0400
committerGitHub <noreply@github.com>2018-09-13 14:02:33 -0400
commit929745d75f0607ab5b2218083ca4ccb493eb6032 (patch)
tree32ceddda261aaba108607b89aeb89ebafd424e00 /tools/gfx/window.cpp
parentf60135cec62c91a9d7923397fe8796d2b3eaa5cb (diff)
Feature/memory arena improvements (#633)
* First pass at MemoryArena. * First pass at RandomGenerator. * Extract TestContext into external source file. * Fix warning on printf. * Use enum classes for Test enums. OutputMode -> TestOutputMode. * First pass at FreeList unit test. * Auto registering tests. Improvements to RandomGenerator. * Remove the need for unitTest headers - cos can use registering. * Added unitTest for MemoryArena. * Do unit tests. * Fix typo. * Fix problem limiting errors from TestContext. * Refactor of MemoryArena * Removed the ability to rewind (to improve memory usage/simplify) * Better memory usage - around oversized blocks + Will keep allocating from a normal block if more than 1/3 memory left, or an oversided block is allocated * Better unitTest coverage for MemoryArena. * Fixes based on code review * Remove e prefix from enum class types for TestContext * Added extra checking for allocations sizes * Fixed some typos * Added std::is_pod test to allocateAndCopyArray * Add include for is_pod needed for linux build.
Diffstat (limited to 'tools/gfx/window.cpp')
0 files changed, 0 insertions, 0 deletions