Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-19

C++: Externalize memory allocations and add a MemoryPool abstract interface to builder classes

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0
    • C++
    • None

    Description

      Currently memory allocations in the C++ implementation are all internal / self-contained, but in practice the array builders will need to integrate with some other memory allocator / tracker.

      I'll define a basic abstract memory pool interface and add an example default implementation (with a resizable arrow::Buffer subclass that requests memory from the pool) with all memory managed internally.

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: