Searched refs:mem_special (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 370 uint64_t mem_special = (uint64_t)0xfeed43327766abcdLL; variable 385 memcpy(res+8, &mem_special, sizeof(mem_special)); in unbound_stat_malloc() 408 memcpy(res+8, &mem_special, sizeof(mem_special)); in unbound_stat_calloc() 419 if(memcmp(ptr-8, &mem_special, sizeof(mem_special)) != 0) { in unbound_stat_free() 439 if(memcmp(ptr-8, &mem_special, sizeof(mem_special)) != 0) { in unbound_stat_realloc() 466 memcpy(res+8, &mem_special, sizeof(mem_special)); in unbound_stat_realloc() 503 if(ptr && memcmp(ptr-8, &mem_special, sizeof(mem_special)) == 0) { in unbound_stat_free_log()
|