1function debug_on 2%DEBUG_ON turn on 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 = true ; 9 10