Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h76 #define MCHUNK_SIZE (sizeof(mchunk)) macro
91 ((MCHUNK_SIZE + CHUNK_ALIGN_MASK) & ~CHUNK_ALIGN_MASK)
H A Ddlmalloc.c1661 #define MCHUNK_SIZE (sizeof(mchunk))
1676 ((MCHUNK_SIZE + CHUNK_ALIGN_MASK) & ~CHUNK_ALIGN_MASK)
2539 ((MCHUNK_SIZE & (MCHUNK_SIZE-SIZE_T_ONE)) != 0) || in init_mparams()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2163 #define MCHUNK_SIZE (sizeof(mchunk)) macro
2178 ((MCHUNK_SIZE + CHUNK_ALIGN_MASK) & ~CHUNK_ALIGN_MASK)
3085 ((MCHUNK_SIZE & (MCHUNK_SIZE-SIZE_T_ONE)) != 0) || in init_mparams()