Home
last modified time | relevance | path

Searched defs:VIR_FREE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dlibvirt-utils.h296 # define VIR_FREE(ptr) virFree((void *) (1 ? (const void *) &(ptr) : (ptr))) macro
302 # define VIR_FREE(ptr) virFree((void *) &(ptr)) macro
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dviralloc.h278 #define VIR_FREE(ptr) g_clear_pointer(&(ptr), g_free) macro