Searched defs:TRY_FREE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zutil.h | 266 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 130 #define TRY_FREE(s, p, n) {if (p) ZFREE(s, p, n);} macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 807 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} macro
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 269 #define TRY_FREE(s, p) {if (p) ZFREE(s, p); } macro
|