|
Blender V4.3
|
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 9 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 10 of file vector.cc.
References BLI_str_format_byte_unit(), and BLI_STR_FORMAT_INT64_BYTE_UNIT_SIZE.
Referenced by blender::Vector< T, InlineBufferCapacity, Allocator >::print_stats().