]> granicus.if.org Git - gc/commit
Add two missing GC_start_debugging() calls.
authorPetter Urkedal <paurkedal@gmail.com>
Sun, 29 Apr 2012 11:30:39 +0000 (13:30 +0200)
committerPetter Urkedal <paurkedal@gmail.com>
Sun, 29 Apr 2012 11:30:39 +0000 (13:30 +0200)
commit38965f279eae831dc395d0626f0f679eda715858
tree3d5267b9bc06e4edaed145bbc9f62f7a7d99d361
parent596946199b9fea41770d8775e23c9de6e02f1ee7
Add two missing GC_start_debugging() calls.

* dbg_mlc.c (GC_debug_generic_malloc_inner): Add GC_start_debugging() if not
done.  This fixes the missing registration of the debug header displacement.
* dbg_mlc.c (GC_debug_generic_malloc_inner_ignore_off_page): Ditto.
dbg_mlc.c