Home
last modified time | relevance | path

Searched defs:UNLEAK (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h1333 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1335 #define UNLEAK(var) do {} while (0) macro
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h1333 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1335 #define UNLEAK(var) do {} while (0) macro
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h1333 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1335 #define UNLEAK(var) do {} while (0) macro
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h1333 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1335 #define UNLEAK(var) do {} while (0) macro
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h1333 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1335 #define UNLEAK(var) do {} while (0) macro
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h1289 #define UNLEAK(var) unleak_memory(&(var), sizeof(var)) macro
1291 #define UNLEAK(var) do {} while (0) macro