D_MEM2
D_EVENT | D_BUFFER | D_MEM | D_MEM2 | D_SIGN | D_MISC)
DPRINTF(D_MEM2, "DEL_EVENT(%s@%p)\n", #x, x); \
DPRINTF(D_MEM2, "free(%s@%p)\n", #x, x); \
DPRINTF(D_MEM2, "SSL_free(%s@%p)\n", #x, x); \
DPRINTF(D_MEM2, "SSL_CTX_free(%s@%p)\n", #x, x); \
DPRINTF(D_MEM2, "MALLOC(%s@%p, %zu)\n", #ptr, ptr, size); \
DPRINTF(D_MEM2, "CALLOC(%s@%p, %zu)\n", #ptr, ptr, size); \
DPRINTF(D_MEM2, "free_tls_conn(conn_info@%p) returns\n", conn_info);