Blender Git Commit Log
Git Commits -> Revision c5f4d5e
Revision c5f4d5e by Jacques Lucke (master) April 24, 2020, 21:52 (GMT) |
BLI: add LinearAllocator This allocator is useful when it is necessary to allocate many small elements. |
Commit Details:
Full Hash: c5f4d5e448e4508586087e7ec8edfb0a2b6c38ec
Parent Commit: 1f2b1d5
Lines Changed: +287, -0
2 Added Paths:
/source/blender/blenlib/BLI_linear_allocator.hh (+173, -0) (View)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+113, -0) (View)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+113, -0) (View)
1 Modified Path:
/tests/gtests/blenlib/CMakeLists.txt (+1, -0) (Diff)