Home
last modified time | relevance | path

Searched defs:mEMALIGn (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmalloc.h855 #define mEMALIGn __libc_memalign macro
890 # define mEMALIGn dlmemalign macro
900 # define mEMALIGn memalign macro
/openbmc/u-boot/common/
H A Ddlmalloc.c1877 Void_t* mEMALIGn(size_t alignment, size_t bytes) in mEMALIGn() function