Searched refs:contents_size (Results 1 – 2 of 2) sorted by relevance
3978 size_t contents_size; /* total size of elements */ in ialloc() local4007 contents_size = n_elements * element_size; in ialloc()4011 contents_size = 0; in ialloc()4013 contents_size += request2size(sizes[i]); in ialloc()4016 size = contents_size + array_size; in ialloc()4044 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()4045 array_chunk_size = remainder_size - contents_size; in ialloc()4048 remainder_size = contents_size; in ialloc()
4578 size_t contents_size; /* total size of elements */ in ialloc() local4608 contents_size = n_elements * element_size; in ialloc()4612 contents_size = 0; in ialloc()4614 contents_size += request2size(sizes[i]); in ialloc()4617 size = contents_size + array_size; in ialloc()4645 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()4646 array_chunk_size = remainder_size - contents_size; in ialloc()4649 remainder_size = contents_size; in ialloc()