Searched refs:rounded_up_size (Results 1 – 1 of 1) sorted by relevance
289 size_t rounded_up_size = round_up(size, KASAN_GRANULE_SIZE); in __asan_alloca_poison() local291 rounded_up_size; in __asan_alloca_poison()296 const void *right_redzone = (const void *)(addr + rounded_up_size); in __asan_alloca_poison()
Completed in 3 milliseconds