|
Blender V5.0
|
Generic memory manipulation API. More...
#include <stddef.h>Go to the source code of this file.
Functions | |
| bool | BLI_memory_is_zero (const void *arr, size_t size) |
Generic memory manipulation API.
Definition in file BLI_memory_utils.h.
| bool BLI_memory_is_zero | ( | const void * | arr, |
| size_t | size ) |
Definition at line 21 of file memory_utils.cc.
Referenced by blender::nodes::List::ArrayData::ForValue(), and blender::bke::Attribute::ArrayData::from_value().