Searched refs:array_size (Results 1 – 2 of 2) sorted by relevance
3979 size_t array_size; /* request size of pointer array */ in ialloc() local3994 array_size = 0; in ialloc()4001 array_size = request2size(n_elements * (sizeof(void*))); in ialloc()4016 size = contents_size + array_size; in ialloc()4038 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()
4579 size_t array_size; /* request size of pointer array */ in ialloc() local4595 array_size = 0; in ialloc()4602 array_size = request2size(n_elements * (sizeof(void*))); in ialloc()4617 size = contents_size + array_size; in ialloc()4639 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()