OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TRY_FREE
lib/libz/zutil.h
257
#define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
sys/lib/libz/zutil.h
271
#define TRY_FREE(s, p, size) ZFREE(s, p, size)