Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_memory.h61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) macro
68 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)