Searched defs:align (Results 1 – 2 of 2) sorted by relevance
80 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; in AllocateWithAlignment() local123 …size_t align = MIN_LOG_ALIGN_SIZE_T + random_value % (MAX_LOG_ALIGN_SIZE_T - MIN_LOG_ALIGN_SIZE_T); in AllocateWithDiffAlignment() local448 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; variable465 for (Alignment align = LOG_ALIGN_MIN; align <= LOG_ALIGN_MAX; variable
91 void *ArenaAllocatorT<use_oom_handler>::Alloc(size_t size, Alignment align) in Alloc()