Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1270 #define SIZE_T_ONE ((size_t)1) macro
1278 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1311 #define IS_MMAPPED_BIT (SIZE_T_ONE)
1312 #define USE_MMAP_BIT (SIZE_T_ONE)
1686 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
1707 #define PINUSE_BIT (SIZE_T_ONE)
2020 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)
2022 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)
2023 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)
2096 (((S) + (mparams.page_size)) & ~(mparams.page_size - SIZE_T_ONE))
[all …]
H A Ddlmalloc.h42 #define SIZE_T_ONE ((size_t)1) macro
50 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
101 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
122 #define PINUSE_BIT (SIZE_T_ONE)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1537 #define SIZE_T_ONE ((size_t)1) macro
1546 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1658 #define USE_MMAP_BIT (SIZE_T_ONE)
2188 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
2209 #define PINUSE_BIT (SIZE_T_ONE)
2530 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)
2532 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)
2533 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)
2619 (((S) + (mparams.page_size - SIZE_T_ONE)) & ~(mparams.page_size - SIZE_T_ONE))
2623 (((S) + (mparams.granularity - SIZE_T_ONE))\
[all …]