|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| class | MEM_CacheLimiterHandle< T > |
| class | MEM_CacheLimiter< T > |
Functions | |
| void | MEM_CacheLimiter_set_maximum (size_t m) |
| size_t | MEM_CacheLimiter_get_maximum () |
| void | MEM_CacheLimiter_set_disabled (bool disabled) |
| bool | MEM_CacheLimiter_is_disabled (void) |
| size_t MEM_CacheLimiter_get_maximum | ( | ) |
Definition at line 25 of file MEM_CacheLimiterC-Api.cpp.
Referenced by MEM_CacheLimiter< T >::enforce_limits().
Definition at line 35 of file MEM_CacheLimiterC-Api.cpp.
Referenced by MEM_CacheLimiter< T >::enforce_limits().
Definition at line 30 of file MEM_CacheLimiterC-Api.cpp.
| void MEM_CacheLimiter_set_maximum | ( | size_t | m | ) |
Definition at line 20 of file MEM_CacheLimiterC-Api.cpp.