Searched refs:SIZE_T_ONE (Results 1 – 1 of 1) sorted by relevance
1606 #define SIZE_T_ONE ((size_t)1) macro1615 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)1726 #define USE_MMAP_BIT (SIZE_T_ONE)2225 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)2246 #define PINUSE_BIT (SIZE_T_ONE)2573 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)2575 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)2576 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)2670 (((S) + (mparams.page_size - SIZE_T_ONE)) & ~(mparams.page_size - SIZE_T_ONE))2674 (((S) + (mparams.granularity - SIZE_T_ONE))\[all …]