Skip to content
Snippets Groups Projects
Forked from redox-os / gcc
Loading
  • hboehm's avatar
    fea37d3e
    * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix. · fea37d3e
    hboehm authored
    	(GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
    	declare.
    	* allchblk.c (GC_allchblk_nth): Change text and support reduced
    	frequency for blacklist warning message.
    	* misc.c (GC_large_alloc_warn_interval,
    	GC_large_alloc_warn_suppressed): define.
    	(GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
    	GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
    	* doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
    	(GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
    
    	* dyn_load.c (_DYNAMIC): Move declaration to file scope.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52053 138bc75d-0d04-0410-961f-82ee72b054a4
    fea37d3e
    History
    * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
    hboehm authored
    	(GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
    	declare.
    	* allchblk.c (GC_allchblk_nth): Change text and support reduced
    	frequency for blacklist warning message.
    	* misc.c (GC_large_alloc_warn_interval,
    	GC_large_alloc_warn_suppressed): define.
    	(GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
    	GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
    	* doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
    	(GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
    
    	* dyn_load.c (_DYNAMIC): Move declaration to file scope.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52053 138bc75d-0d04-0410-961f-82ee72b054a4
misc.c 29.56 KiB