Searched refs:SIZE_T_ONE (Results 1 – 3 of 3) sorted by relevance
1270 #define SIZE_T_ONE ((size_t)1) macro1278 #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 …]
42 #define SIZE_T_ONE ((size_t)1) macro50 #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)
1537 #define SIZE_T_ONE ((size_t)1) macro1546 #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 …]