Home | History | Annotate | Download | only in msan

Lines Matching refs:size_in_words

822     SIZE_T size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize;
824 allocated += size_in_words;