|
Blender V5.0
|
Functions | |
| void | vector_print_stats (const char *name, const void *address, int64_t size, int64_t capacity, int64_t inlineCapacity, int64_t memorySize) |
| void | print_mutable_varray_span_warning () |
| void blender::internal::print_mutable_varray_span_warning | ( | ) |
Definition at line 13 of file virtual_array.cc.
Referenced by blender::MutableVArraySpan< T >::~MutableVArraySpan().
| void blender::internal::vector_print_stats | ( | const char * | name, |
| const void * | address, | ||
| int64_t | size, | ||
| int64_t | capacity, | ||
| int64_t | inlineCapacity, | ||
| int64_t | memorySize ) |
Definition at line 14 of file vector.cc.
References BLI_str_format_byte_unit(), BLI_STR_FORMAT_INT64_BYTE_UNIT_SIZE, name, and size().
Referenced by blender::Vector< SubdivCCGCoord, 256 >::print_stats().