Home
last modified time | relevance | path

Searched refs:cursz (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/unbound/util/
HDalloc.c404 size_t cursz; in unbound_stat_realloc() local
415 memcpy(&cursz, ptr, sizeof(cursz)); in unbound_stat_realloc()
416 if(cursz == size) { in unbound_stat_realloc()
423 unbound_mem_freed += cursz; in unbound_stat_realloc()
424 log_info("stat realloc(%p, %u) from %u", ptr+16, (unsigned)size, (unsigned)cursz); in unbound_stat_realloc()
425 if(cursz > size) { in unbound_stat_realloc()
427 } else if(size > cursz) { in unbound_stat_realloc()
428 memcpy(res+16, ptr+16, cursz); in unbound_stat_realloc()