Searched refs:lite_pre (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | alloc.c | 519 static char* lite_pre = "checkfront123456"; variable 531 memmove(res, lite_pre, lite_pad); in unbound_stat_malloc_lite() 549 memmove(res, lite_pre, lite_pad); in unbound_stat_calloc_lite() 563 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_free_lite() 566 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite() 599 if(memcmp(real, lite_pre, lite_pad) != 0) { in unbound_stat_realloc_lite() 602 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite()
|