macro_rules! dlassert { ($check:expr) => { ... }; }
Acts like assert using handle_alloc_error if @DL_CHECKS is set, else does nothing.