|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | mem_guarded |
| namespace | mem_guarded::internal |
Enumerations | |
| enum class | mem_guarded::internal::AllocationType { mem_guarded::internal::ALLOC_FREE , mem_guarded::internal::NEW_DELETE } |
Functions | |
| void | mem_guarded::internal::add_memleak_data (std::any data) |
Variables | |
| void(* | mem_guarded::internal::mem_freeN_ex )(void *vmemh, AllocationType allocation_type) = MEM_lockfree_freeN |
| void *(* | mem_guarded::internal::mem_mallocN_aligned_ex )(size_t len, size_t alignment, const char *str, AllocationType allocation_type) |