Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c56 void *memalign(size_t boundary, size_t size) in memalign() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/
Dmalloc.c86 void *memalign(size_t boundary, size_t size) in memalign() function
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h43 MallocMemalignType memalign; member
/third_party/ffmpeg/libavutil/
Dmem.c49 #define memalign AV_JOIN(MALLOC_PREFIX, memalign) macro