Searched refs:lite_pre (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 549 static char* lite_pre = "checkfront123456"; variable 561 memmove(res, lite_pre, lite_pad); in unbound_stat_malloc_lite() 579 memmove(res, lite_pre, lite_pad); in unbound_stat_calloc_lite() 593 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_free_lite() 596 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite() 629 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_realloc_lite() 632 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite()
|