Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.h48 #define size_align(sz) ((((sz)-1) | 7) + 1) macro
49 #define nxp_malloc(size) malloc(size_align((size)))