Details

    • Technical task
    • Resolution: Fixed
    • Major
    • 4.6.0
    • 4.5.0
    • couchbase-bucket
    • None

    Description

      Step 2 to support Windows 10 Anniversary Update.

      All code in KV-engine (the memcached process) which currently tracks memory via implicit TCMalloc (or jemalloc) hooks needs to explicitly allocate memory in a way we can track:

      Code has two options:

      1. Use C++ allocation (new/delete), along with a global new/delete replacement (which calls cbmalloc)
      2. Use cbmalloc instead of classic C malloc/realloc/free calls.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              drigby Dave Rigby (Inactive)
              drigby Dave Rigby (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty