|
Blender V4.3
|
#include <MEM_CacheLimiter.h>
Public Member Functions | |
| MEM_CacheLimiterHandle (T *data_, MEM_CacheLimiter< T > *parent_) | |
| void | ref () |
| void | unref () |
| T * | get () |
| const T * | get () const |
| int | get_refcount () const |
| bool | can_destroy () const |
| bool | destroy_if_possible () |
| void | unmanage () |
| void | touch () |
Friends | |
| class | MEM_CacheLimiter< T > |
Definition at line 60 of file MEM_CacheLimiter.h.
|
inlineexplicit |
Definition at line 62 of file MEM_CacheLimiter.h.
|
inline |
Definition at line 92 of file MEM_CacheLimiter.h.
Referenced by MEM_CacheLimiterHandle< T >::destroy_if_possible().
|
inline |
Definition at line 97 of file MEM_CacheLimiter.h.
References MEM_CacheLimiterHandle< T >::can_destroy(), NULL, and MEM_CacheLimiterHandle< T >::unmanage().
Referenced by MEM_CacheLimiter< T >::enforce_limits().
|
inline |
Definition at line 77 of file MEM_CacheLimiter.h.
Referenced by MEM_CacheLimiter< T >::enforce_limits().
|
inline |
Definition at line 82 of file MEM_CacheLimiter.h.
|
inline |
Definition at line 87 of file MEM_CacheLimiter.h.
|
inline |
Definition at line 67 of file MEM_CacheLimiter.h.
|
inline |
Definition at line 113 of file MEM_CacheLimiter.h.
|
inline |
Definition at line 108 of file MEM_CacheLimiter.h.
Referenced by MEM_CacheLimiterHandle< T >::destroy_if_possible().
|
inline |
Definition at line 72 of file MEM_CacheLimiter.h.
|
friend |
Definition at line 113 of file MEM_CacheLimiter.h.