Searched defs:nxp_malloc (Results 1 – 2 of 2) sorted by relevance
87 #define nxp_malloc(x) malloc(((x - 1) | 7) + 1) macro
44 #define nxp_malloc(size) malloc(size_align((size))) macro