Remove MONGO_MALLOC and standardize driver on new/delete

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Implementation
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The driver currently uses a mixture of new/delete and malloc/free. As a consequence, we need to use the util/allocator.h header to shim in a malloc and free that interact with our signal handlers. Instead, we should rely on the new_handler behavior by way of the standard C++ memory management facilities.

              Assignee:
              Unassigned
              Reporter:
              Andrew Morrow (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: