Skip to content
Snippets Groups Projects
  • Martin Stjernholm's avatar
    4fab5f45
    Improved debug during cleanup: If there are internal refs that the gc don't · 4fab5f45
    Martin Stjernholm authored
    know about it will free them during the leak report. When they then are
    freed from their real places later on, they will run out of refs. Therefore
    the debug now prints all locations the leaked objects are freed from.
    
    Rev: src/array.h:1.59
    Rev: src/dmalloc.h:1.50
    Rev: src/gc.c:1.253
    Rev: src/gc.h:1.112
    Rev: src/main.c:1.200
    Rev: src/mapping.h:1.54
    Rev: src/multiset.h:1.34
    Rev: src/object.h:1.82
    Rev: src/program.c:1.563
    Rev: src/program.h:1.202
    4fab5f45
    History
    Improved debug during cleanup: If there are internal refs that the gc don't
    Martin Stjernholm authored
    know about it will free them during the leak report. When they then are
    freed from their real places later on, they will run out of refs. Therefore
    the debug now prints all locations the leaked objects are freed from.
    
    Rev: src/array.h:1.59
    Rev: src/dmalloc.h:1.50
    Rev: src/gc.c:1.253
    Rev: src/gc.h:1.112
    Rev: src/main.c:1.200
    Rev: src/mapping.h:1.54
    Rev: src/multiset.h:1.34
    Rev: src/object.h:1.82
    Rev: src/program.c:1.563
    Rev: src/program.h:1.202