Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1265 #define SIZE_T_ONE ((size_t)1) macro
1273 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1304 #define IS_MMAPPED_BIT (SIZE_T_ONE)
1305 #define USE_MMAP_BIT (SIZE_T_ONE)
1700 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
1721 #define PINUSE_BIT (SIZE_T_ONE)
2068 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)
2070 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)
2071 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)
2144 (((S) + (mparams.page_size)) & ~(mparams.page_size - SIZE_T_ONE))
[all …]
/external/libffi/src/
Ddlmalloc.c1260 #define SIZE_T_ONE ((size_t)1) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1299 #define IS_MMAPPED_BIT (SIZE_T_ONE)
1300 #define USE_MMAP_BIT (SIZE_T_ONE)
1695 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
1716 #define PINUSE_BIT (SIZE_T_ONE)
2063 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT)
2065 #define MIN_LARGE_SIZE (SIZE_T_ONE << TREEBIN_SHIFT)
2066 #define MAX_SMALL_SIZE (MIN_LARGE_SIZE - SIZE_T_ONE)
2139 (((S) + (mparams.page_size)) & ~(mparams.page_size - SIZE_T_ONE))
[all …]
/external/dlmalloc/
Dmalloc.c1606 #define SIZE_T_ONE ((size_t)1) macro
1615 #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 …]