Blender
V3.3
source
blender
blenlib
BLI_memory_utils.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/* Use a define instead of `#pragma once` because of `BLI_utildefines.h` */
4
#ifndef __BLI_MEMORY_UTILS_H__
5
#define __BLI_MEMORY_UTILS_H__
6
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/* it may be defined already */
17
#ifndef __BLI_UTILDEFINES_H__
18
bool
BLI_memory_is_zero
(
const
void
*arr,
size_t
size
);
19
#endif
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
/* __BLI_MEMORY_UTILS_H__ */
BLI_memory_is_zero
bool BLI_memory_is_zero(const void *arr, size_t size)
Definition:
memory_utils.c:19
size
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition:
btDbvt.cpp:52
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1