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

/freebsd-12-stable/contrib/binutils/bfd/
H A Dbfdwin.c118 bfd_size_type size_to_alloc = size; local
219 size_to_alloc += pagesize - 1;
220 size_to_alloc -= size_to_alloc % pagesize;
225 i->data ? "realloc" : " malloc", (long) size_to_alloc);
226 i->data = bfd_realloc (i->data, size_to_alloc);
232 if (size_to_alloc == 0)

Completed in 274 milliseconds