Changeset d318a18 for src/Common/GC.h


Ignore:
Timestamp:
Jul 18, 2018, 5:18:29 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env
Children:
eff03a94
Parents:
5c14030
Message:

Fix assorted memory bugs with persistent-array environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/GC.h

    r5c14030 rd318a18  
    3838        /// Traces a traceable object
    3939        const GC& operator<< (const GC_Object*) const;
     40
     41        /// No-trace mark; returns true if the object exists and was not already marked
     42        bool notrace_mark(const GC_Object*) const;
    4043
    4144        /// Adds a new object to garbage collection
Note: See TracChangeset for help on using the changeset viewer.