Searched refs:aligned (Results 1 – 4 of 4) sorted by relevance
89 char* Arena::AllocateFallback(size_t bytes, bool aligned) { in AllocateFallback() argument112 if (aligned) { in AllocateFallback()
115 char* AllocateFallback(size_t bytes, bool aligned);
42 that are not aligned to this Code of Conduct, or to ban temporarily or
467 # define XXH_ALIGN(n) __attribute__ ((aligned(n)))