Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1268 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
1269 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
1686 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
3377 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
/external/libffi/src/
Ddlmalloc.c1263 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
1264 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
1681 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
3372 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
/external/dlmalloc/
Dmalloc.c1610 #define FOUR_SIZE_T_SIZES (SIZE_T_SIZE<<2) macro
1611 #define SIX_SIZE_T_SIZES (FOUR_SIZE_T_SIZES+TWO_SIZE_T_SIZES)
2211 #define MMAP_FOOT_PAD (FOUR_SIZE_T_SIZES)
4004 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()