Blender  V2.93
Functions
BLI_memory_utils.h File Reference

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)
 

Detailed Description

Generic memory manipulation API.

Definition in file BLI_memory_utils.h.

Function Documentation

◆ BLI_memory_is_zero()

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.