Home
last modified time | relevance | path

Searched defs:posix_memalign (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/malloc/
Dposix_memalign.c5 int posix_memalign(void **res, size_t align, size_t len) in posix_memalign() function
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c41 #define posix_memalign(d, a, s) ((*((void**)d) = _aligned_malloc(s, a)) ? 0 : -1) macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh217 #define posix_memalign hb_memalign_impl macro
554 #define posix_memalign _hb_memalign macro
/third_party/ffmpeg/libavutil/
Dmem.c50 #define posix_memalign AV_JOIN(MALLOC_PREFIX, posix_memalign) macro