Home
last modified time | relevance | path

Searched refs:MALLOC_ALIGNMENT (Results 226 – 250 of 389) sorted by relevance

12345678910>>...16

/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c500 #ifndef MALLOC_ALIGNMENT
501 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1273 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1281 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2584 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2585 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3911 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3916 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/devel/mingw32-libffi/libffi-3.0.13/src/
H A Ddlmalloc.c495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/devel/libffi321/libffi-3.2.1/src/
H A Ddlmalloc.c495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/devel/libffi/libffi-3.3/src/
H A Ddlmalloc.c500 #ifndef MALLOC_ALIGNMENT
501 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1273 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1281 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2584 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2585 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3911 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3916 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ctypes/libffi/src/
H A Ddlmalloc.c500 #ifndef MALLOC_ALIGNMENT
501 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1273 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1281 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2584 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2585 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3911 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3916 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/lang/gcc9-aux/gcc-9.1.0/libffi/src/
H A Ddlmalloc.c495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/devel/mingw32-gcc/gcc-4.8.1/libffi/src/
H A Ddlmalloc.c495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/
H A Dmalloc.c534 #ifndef MALLOC_ALIGNMENT
535 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1397 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1405 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2878 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2879 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
4213 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
4218 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/memheap/ptmalloc/
H A Dmalloc.c510 #ifndef MALLOC_ALIGNMENT
511 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1374 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1382 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2856 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2857 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
4191 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
4196 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/net/openmpi3/openmpi-3.1.6/oshmem/mca/memheap/ptmalloc/
H A Dmalloc.c510 #ifndef MALLOC_ALIGNMENT
511 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1374 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1382 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2856 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2857 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
4191 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
4196 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/devel/ptmalloc/ptmalloc3/
H A Dmalloc.c534 #ifndef MALLOC_ALIGNMENT
535 #define MALLOC_ALIGNMENT ((size_t)8U) macro
1397 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1405 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2878 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
2879 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
4213 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()
4218 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Ddlmalloc.c1289 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro
1290 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
2040 correction = (MALLOC_ALIGNMENT) - front_misalign;
2799 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Ddlmalloc.c1289 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro
1290 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
2040 correction = (MALLOC_ALIGNMENT) - front_misalign;
2799 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Ddlmalloc.c1289 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro
1290 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)
2040 correction = (MALLOC_ALIGNMENT) - front_misalign;
2799 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Dcmockery.c59 #define MALLOC_ALIGNMENT sizeof(size_t) macro
1460 …nst size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()
1467 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()

12345678910>>...16