Home
last modified time | relevance | path

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

/dports/emulators/jzintv/jzintv-20200712-src/src/misc/
H A Dll.h38 #define LL_FREE(h) ll_free_((ll_t*)(h)) macro
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/private/
H A Dpkg.h127 #define LL_FREE(head, free_func) LL_FREE2(head, free_func, next) macro