Macro alloc_image_ok

Source
macro_rules! alloc_image_ok {
    ($width:expr, $height:expr, $dummy: expr) => { ... };
}