Blender Git Loki
Git Commits -> Revision 2efdb20
Revision 2efdb20 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) October 13, 2019, 16:32 (GMT) |
use allocator in MonotonicAllocator and use minimum allocation size |
Commit Details:
Full Hash: 2efdb20b0bcee9eb6b88feb8ea68d226310679ae
Parent Commit: 0627a6b
Lines Changed: +36, -12
11 Modified Paths:
/source/blender/blenkernel/BKE_virtual_node_tree_cxx.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_allocator.h (+15, -0) (Diff)
/source/blender/blenlib/BLI_monotonic_allocator.h (+6, -3) (Diff)
/source/blender/blenlib/BLI_temporary_allocator.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_vector.h (+5, -0) (Diff)
/source/blender/blenlib/intern/BLI_temporary_allocator.cc (+1, -1) (Diff)
/source/blender/functions/core/data_graph.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_graph.hpp (+2, -2) (Diff)
/source/blender/functions/core/data_graph_builder.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_graph_builder.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_allocator.h (+15, -0) (Diff)
/source/blender/blenlib/BLI_monotonic_allocator.h (+6, -3) (Diff)
/source/blender/blenlib/BLI_temporary_allocator.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_vector.h (+5, -0) (Diff)
/source/blender/blenlib/intern/BLI_temporary_allocator.cc (+1, -1) (Diff)
/source/blender/functions/core/data_graph.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_graph.hpp (+2, -2) (Diff)
/source/blender/functions/core/data_graph_builder.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_graph_builder.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -1) (Diff)