|
Blender
V2.93
|
Generic memory manipulation API. More...
Go to the source code of this file.
Functions | |
| bool | BLI_memory_is_zero (const void *arr, const size_t size) |
Generic memory manipulation API.
Definition in file BLI_memory_utils.h.
| bool BLI_memory_is_zero | ( | const void * | arr, |
| const size_t | arr_size | ||
| ) |
Check if memory is zero'd, as with memset(arr, 0, arr_size)
Definition at line 36 of file memory_utils.c.