Home
last modified time | relevance | path

Searched refs:__alloc_align (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dalloc-align.c21 #define __alloc_align(x) __attribute__((__alloc_align__(x))) macro
33 void *aligned_alloc(size_t alignment, size_t size) __alloc_align(1);
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h230 #define __alloc_align(x) __attribute__((__alloc_align__(x))) macro
232 #define __alloc_align(x) macro

Completed in 2 milliseconds