HomeSort by: relevance | last modified time | path
    Searched defs:aligned_alloc (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/lib/libc/stdlib/
aligned_alloc.c 1 /* $NetBSD: aligned_alloc.c,v 1.3 2024/08/18 18:47:20 riastradh Exp $ */
36 __RCSID("$NetBSD: aligned_alloc.c,v 1.3 2024/08/18 18:47:20 riastradh Exp $");
42 aligned_alloc(size_t alignment, size_t size) function
  /src/sbin/newfs/
extern.h 78 #define aligned_alloc(align, size) malloc((size)) macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
new_opa.cc 52 void *aligned_alloc(size_t alignment, size_t size);
66 // Prefer posix_memalign if available, because it's older than aligned_alloc
68 // predate the addition of aligned_alloc. See PR libstdc++/113258.
71 aligned_alloc (std::size_t al, std::size_t sz) function in namespace:__gnu_cxx
74 // posix_memalign has additional requirement, not present on aligned_alloc:
84 using ::aligned_alloc;
87 aligned_alloc (std::size_t al, std::size_t sz)
91 aligned_alloc (std::size_t al, std::size_t sz)
101 aligned_alloc (std::size_t al, std::size_t sz)
137 /* AIX 7.2.0.0 aligned_alloc incorrectly has posix_memalign's requiremen
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
new_opa.cc 52 void *aligned_alloc(size_t alignment, size_t size);
66 // Prefer posix_memalign if available, because it's older than aligned_alloc
68 // predate the addition of aligned_alloc. See PR libstdc++/113258.
71 aligned_alloc (std::size_t al, std::size_t sz) function in namespace:__gnu_cxx
74 // posix_memalign has additional requirement, not present on aligned_alloc:
84 using ::aligned_alloc;
87 aligned_alloc (std::size_t al, std::size_t sz)
91 aligned_alloc (std::size_t al, std::size_t sz)
101 aligned_alloc (std::size_t al, std::size_t sz)
137 /* AIX 7.2.0.0 aligned_alloc incorrectly has posix_memalign's requiremen
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 78 void *(*aligned_alloc)(void *state, size_t alignment, size_t size); member in struct:cds_lfht_alloc
  /src/lib/libbsdmalloc/
malloc.c 497 * - aligned_alloc (C11)
528 aligned_alloc(size_t alignment, size_t size) function
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_mangle.h 12 # define aligned_alloc je_aligned_alloc macro
jemalloc_mangle_jet.h 12 # define aligned_alloc jet_aligned_alloc macro
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.h 12 # define aligned_alloc je_aligned_alloc macro
jemalloc_mangle_jet.h 12 # define aligned_alloc jet_aligned_alloc macro
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_mangle.h 12 # define aligned_alloc je_aligned_alloc macro
jemalloc_mangle_jet.h 12 # define aligned_alloc jet_aligned_alloc macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
stdlib.h 767 # undef aligned_alloc
768 # define aligned_alloc rpl_aligned_alloc
770 _GL_FUNCDECL_RPL (aligned_alloc, void *,
773 _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
777 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. */
778 _GL_FUNCDECL_SYS (aligned_alloc, void *,
782 _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
786 _GL_CXXALIASWARN (aligned_alloc);
789 # if 1 && __GNUC__ >= 11 && !defined aligned_alloc
790 /* For -Wmismatched-dealloc: Associate aligned_alloc with free or rpl_free. *
796 # undef aligned_alloc macro
    [all...]

Completed in 22 milliseconds

1 2 3