mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
use MEM_RECORD rather than debugging > 1
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: mem.c,v 1.95 2001/06/28 01:51:20 marka Exp $ */
|
/* $Id: mem.c,v 1.96 2001/06/28 01:57:34 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1048,7 +1048,7 @@ isc__mem_put(isc_mem_t *ctx, void *ptr, size_t size FLARG)
|
|||||||
#if ISC_MEM_TRACKLINES
|
#if ISC_MEM_TRACKLINES
|
||||||
static void
|
static void
|
||||||
print_active(isc_mem_t *ctx, FILE *out) {
|
print_active(isc_mem_t *ctx, FILE *out) {
|
||||||
if (ctx->debugging > 1) {
|
if (MEM_RECORD) {
|
||||||
debuglink_t *dl;
|
debuglink_t *dl;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user