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

1 2 3 4 5 6

  /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
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
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...]
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...]
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
rculfhash.h 78 void *(*aligned_alloc)(void *state, size_t alignment, size_t size); member in struct:cds_lfht_alloc
  /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
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
jemalloc_mangle.h 12 # define aligned_alloc je_aligned_alloc macro
jemalloc_mangle_jet.h 12 # define aligned_alloc jet_aligned_alloc macro
  /src/lib/libbsdmalloc/
malloc.c 497 * - aligned_alloc (C11)
528 aligned_alloc(size_t alignment, size_t size) function
malloc.c 497 * - aligned_alloc (C11)
528 aligned_alloc(size_t alignment, size_t size) function
  /src/external/bsd/jemalloc.old/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
jemalloc_mangle.h 12 # define aligned_alloc je_aligned_alloc macro
  /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

Completed in 42 milliseconds

1 2 3 4 5 6