Blender V4.5
IMB_allocimbuf.hh File Reference

Go to the source code of this file.

Functions

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()

◆ imb_mmap_lock_exit()

void imb_mmap_lock_exit ( )

Definition at line 41 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 36 of file allocimbuf.cc.

References BLI_spin_init(), and mmap_spin.

Referenced by IMB_init().

◆ imb_mmap_unlock()