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

/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.c411 size_t cursz; local
422 memcpy(&cursz, ptr, sizeof(cursz));
423 if(cursz == size) {
430 unbound_mem_freed += cursz;
431 log_info("stat realloc(%p, %u) from %u", ptr+16, (unsigned)size, (unsigned)cursz);
432 if(cursz > size) {
434 } else if(size > cursz) {
435 memcpy(res+16, ptr+16, cursz);

Completed in 100 milliseconds