Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1613 #define SIZE_T_ONE ((size_t)1) macro
1622 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1733 #define USE_MMAP_BIT (SIZE_T_ONE)
2240 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
2261 #define PINUSE_BIT (SIZE_T_ONE)
2588 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)
2590 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)
2591 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)
2685 (((S) + (mparams.page_size - SIZE_T_ONE)) & ~(mparams.page_size - SIZE_T_ONE))
2689 (((S) + (mparams.granularity - SIZE_T_ONE))\
[all …]