Home
last modified time | relevance | path

Searched refs:memalign (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_alloc.c78 p = memalign(alignment, size); in ngx_memalign()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dzone.c29 void *(*memalign)(struct _malloc_zone_t *, size_t, size_t); member
345 jemalloc_zone.memalign = zone_memalign; in zone_init()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_protos.h.in58 void JEMALLOC_NOTHROW *@je_@memalign(size_t alignment, size_t size)
/f-stack/app/nginx-1.16.1/auto/
H A Dunix829 ngx_feature="memalign()"
836 ngx_feature_test="void *p; p = memalign(4096, 4096);
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in326 /* glibc memalign hook. */
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog677 + Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to
824 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
829 - Fix size class overflow handling for malloc(), posix_memalign(), memalign(),
1126 - Do not enforce minimum alignment in memalign().
1285 - Override memalign() and valloc() if they are provided by the system.
H A Dconfigure.ac853 AC_CHECK_FUNC([memalign],
855 public_syms="${public_syms} memalign"])
2063 JE_COMPILABLE([glibc memalign hook], [
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c479 #define public_mEMALIGn memalign