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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c180 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); local
181 if (sizeInBytes / sizeof(CLzRef) != num)
183 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);

Completed in 18 milliseconds