Blender
V3.3
|
Generic memory manipulation API. More...
#include <string.h>
#include "BLI_sys_types.h"
#include "BLI_utildefines.h"
#include "BLI_memory_utils.h"
#include "BLI_strict_flags.h"
Go to the source code of this file.
Functions | |
bool | BLI_memory_is_zero (const void *arr, const size_t arr_size) |
Generic memory manipulation API.
This is to extend on existing functions such as memcpy
& memcmp
.
Definition in file memory_utils.c.
Check if memory is zeroed, as with memset(arr, 0, arr_size)
.
Definition at line 19 of file memory_utils.c.