Searched refs:aligned_size (Results 1 – 2 of 2) sorted by relevance
217 size_t aligned_size = round_up(global->size, KASAN_GRANULE_SIZE); in register_global() local221 kasan_poison(global->beg + aligned_size, in register_global()222 global->size_with_redzone - aligned_size, in register_global()
903 unsigned int aligned_size = kmalloc_info[idx].size; in new_kmalloc_cache() local931 aligned_size = ALIGN(aligned_size, minalign); in new_kmalloc_cache()932 aligned_idx = __kmalloc_index(aligned_size, false); in new_kmalloc_cache()938 aligned_size, flags); in new_kmalloc_cache()
Completed in 13 milliseconds