Home
last modified time | relevance | path

Searched refs:request2size (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1693 #define request2size(req) \
3821 size_t nb = request2size(bytes); in internal_realloc()
3893 size_t nb = request2size(bytes); in internal_memalign()
4001 array_size = request2size(n_elements * (sizeof(void*))); in ialloc()
4006 element_size = request2size(*sizes); in ialloc()
4013 contents_size += request2size(sizes[i]); in ialloc()
4058 size = request2size(sizes[i]); in ialloc()
4076 assert(remainder_size == request2size(sizes[i])); in ialloc()
H A Ddlmalloc.h108 #define request2size(req) \ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2195 #define request2size(req) \ macro
4417 size_t nb = request2size(bytes); in internal_realloc()
4493 size_t nb = request2size(bytes); in internal_memalign()
4602 array_size = request2size(n_elements * (sizeof(void*))); in ialloc()
4607 element_size = request2size(*sizes); in ialloc()
4614 contents_size += request2size(sizes[i]); in ialloc()
4659 size = request2size(sizes[i]); in ialloc()
4677 assert(remainder_size == request2size(sizes[i])); in ialloc()