Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22520

Educate ASAN leak checker about js allocations

    • Fully Compatible
    • v3.4
    • Platforms 2017-04-17
    • 0

      ASAN has trouble dealing with the heap allocations SpiderMonkey produces, due to the storage format of those pointers (tagged punbox'd types). Keeping a side std::unordered_set<void*> which tracks allocations provides the reachability ASAN needs for a little bit of extra book keeping.

            Assignee:
            mira.carey@mongodb.com Mira Carey
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: