Blender V4.3
IMB_allocimbuf.hh File Reference

Go to the source code of this file.

Functions

void imb_refcounter_lock_init ()
 
void imb_refcounter_lock_exit ()
 
void imb_mmap_lock_init ()
 
void imb_mmap_lock_exit ()
 
void imb_mmap_lock ()
 
void imb_mmap_unlock ()
 
bool imb_addencodedbufferImBuf (ImBuf *ibuf)
 
bool imb_enlargeencodedbufferImBuf (ImBuf *ibuf)
 

Function Documentation

◆ imb_addencodedbufferImBuf()

◆ imb_enlargeencodedbufferImBuf()

◆ imb_mmap_lock()

void imb_mmap_lock ( )

◆ imb_mmap_lock_exit()

void imb_mmap_lock_exit ( )

Definition at line 51 of file allocimbuf.cc.

References BLI_spin_end(), and mmap_spin.

Referenced by IMB_exit().

◆ imb_mmap_lock_init()

void imb_mmap_lock_init ( )

Definition at line 46 of file allocimbuf.cc.

References BLI_spin_init(), and mmap_spin.

Referenced by IMB_init().

◆ imb_mmap_unlock()

void imb_mmap_unlock ( )

◆ imb_refcounter_lock_exit()

void imb_refcounter_lock_exit ( )

Definition at line 38 of file allocimbuf.cc.

References BLI_spin_end(), and refcounter_spin.

Referenced by IMB_exit().

◆ imb_refcounter_lock_init()

void imb_refcounter_lock_init ( )

Definition at line 33 of file allocimbuf.cc.

References BLI_spin_init(), and refcounter_spin.

Referenced by IMB_init().