Searched refs:lite_pre (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/unbound/util/ |
| D | alloc.c | 493 static char* lite_pre = "checkfront123456"; variable 503 memmove(res, lite_pre, lite_pad); in unbound_stat_malloc_lite() 520 memmove(res, lite_pre, lite_pad); in unbound_stat_calloc_lite() 534 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_free_lite() 537 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite() 570 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_realloc_lite() 573 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite()
|