Blender Git Commit Log

Git Commits -> Revision ccc2a79

Revision ccc2a79 by Jacques Lucke (master)
July 20, 2020, 14:03 (GMT)
BLI: add typedefs for containers that use raw allocators

Those are useful when you have to create containers with static
storage duration. If those would use Blender's guarded allocator,
it would report memory leaks, that are not actually leaks.

Commit Details:

Full Hash: ccc2a7996b836cd255fbb7d7f693f5b958442043
Parent Commit: ed18405
Lines Changed: +81, -27

10 Modified Paths:

/source/blender/blenlib/BLI_array.hh (+8, -4) (Diff)
/source/blender/blenlib/BLI_map.hh (+16, -4) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+9, -0) (Diff)
/source/blender/blenlib/BLI_set.hh (+13, -4) (Diff)
/source/blender/blenlib/BLI_stack.hh (+8, -4) (Diff)
/source/blender/blenlib/BLI_vector.hh (+8, -1) (Diff)
/source/blender/blenlib/BLI_vector_set.hh (+11, -0) (Diff)
/source/blender/blenlib/intern/BLI_index_range.cc (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_registry.cc (+3, -5) (Diff)
/source/blender/functions/FN_multi_function_signature.hh (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021