Searched refs:memalign (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_alloc.c | 78 p = memalign(alignment, size); in ngx_memalign()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | zone.c | 29 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 D | jemalloc_protos.h.in | 58 void JEMALLOC_NOTHROW *@je_@memalign(size_t alignment, size_t size)
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 829 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 D | jemalloc_internal_defs.h.in | 326 /* glibc memalign hook. */
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 677 + 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 D | configure.ac | 853 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 D | malloc.c | 479 #define public_mEMALIGn memalign
|