TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Integrate std::pmr memory tracking for class ArraySchema.

Open abigalekim opened this issue 2 years ago • 2 comments

All member vector and unordered map variables of the ArraySchema class have PMR tracking. Code compiles and tests pass.


TYPE: NO_HISTORY DESC: Integrate std::pmr memory tracking for class ArraySchema.

abigalekim avatar Feb 02 '24 20:02 abigalekim

Also, given the base branch setup, its vaguely odd that this contains the tdb::pmr::unordered_map change. We'll need to make sure and get that figure out since you've got it in a separate PR (which is great!). For now it shouldn't hurt anything, but just let me know when you're ready and I can rework the history to get that straightened out.

davisp avatar Feb 06 '24 18:02 davisp