Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h45 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
46 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
87 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
H A Ddlmalloc.c1273 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
1274 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
1672 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
3336 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1541 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
1542 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
2174 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
3918 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()