Searched refs:memalign (Results 1 – 25 of 99) sorted by relevance
1234
/glibc-2.36/malloc/ |
D | tst-memalign.c | 53 p = memalign (sizeof (void *), -1); in do_test() 71 p = memalign (pagesize, -pagesize); in do_test() 86 p = memalign (-1, pagesize); in do_test() 100 p = memalign (sizeof (void *), 0); in do_test() 108 p = memalign (0x100, 10); in do_test()
|
D | tst-compathooks-off.c | 82 void *mem = memalign (align, size); in memalign_called() 127 p = memalign (0x100, 0x100); in do_test()
|
D | Versions | 29 malloc_trim; malloc_usable_size; mallopt; mcheck; memalign; mprobe; mtrace; 108 memalign;
|
D | malloc-debug.c | 42 DEBUG_FN(memalign); 301 strong_alias (__debug_memalign, memalign) in strong_alias() argument 659 compat_symbol (libc_malloc_debug, memalign, memalign, GLIBC_2_0);
|
/glibc-2.36/string/ |
D | tst-cmp.c | 141 char *left = memalign (max_align, blob_size); in do_test() 142 char *right = memalign (max_align, blob_size); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc_malloc_debug.abilist | 19 GLIBC_2.33 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc_malloc_debug.abilist | 18 GLIBC_2.27 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc_malloc_debug.abilist | 18 GLIBC_2.29 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc_malloc_debug.abilist | 19 GLIBC_2.35 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc_malloc_debug.abilist | 19 GLIBC_2.36 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc_malloc_debug.abilist | 18 GLIBC_2.32 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.2 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.17 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.16 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc_malloc_debug.abilist | 21 GLIBC_2.4 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.3 memalign F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.2.6 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/fpu/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | libc_malloc_debug.abilist | 20 GLIBC_2.21 memalign F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc_malloc_debug.abilist | 16 GLIBC_2.0 memalign F
|
1234