Home
last modified time | relevance | path

Searched refs:array_size (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3979 size_t array_size; /* request size of pointer array */ in ialloc() local
3994 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()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4579 size_t array_size; /* request size of pointer array */ in ialloc() local
4595 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()