1function debug_off 2%DEBUG_OFF turn off malloc debugging 3 4% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. 5% SPDX-License-Identifier: Apache-2.0 6 7global GraphBLAS_debug 8GraphBLAS_debug = false ; 9 10