Searched refs:align_malloc (Results 1 – 1 of 1) sorted by relevance
61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) macro68 void *ptr = align_malloc(size, alignment); in align_calloc()108 #define MALLOC_STRUCT_CL(T) (struct T *)align_malloc(sizeof(struct T), CACHE_LINE_SIZE)