Blender
V5.0
source
blender
blenlib
BLI_memory_utils.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
/* Use a define instead of `#pragma once` because of `BLI_utildefines.h` */
6
#ifndef __BLI_MEMORY_UTILS_H__
7
#define __BLI_MEMORY_UTILS_H__
8
13
14
#include <stddef.h>
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
#endif
/* __BLI_MEMORY_UTILS_H__ */
BLI_memory_is_zero
bool BLI_memory_is_zero(const void *arr, size_t size)
Definition
memory_utils.cc:21
size
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition
btDbvt.cpp:52
Generated on
for Blender by
doxygen
1.16.1