MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / memory_tracker

Method memory_tracker

tiledb/sm/array/array.h:966–968  ·  view source on GitHub ↗

Returns the memory tracker. */

Source from the content-addressed store, hash-verified

964
965 /** Returns the memory tracker. */
966 inline shared_ptr<MemoryTracker> memory_tracker() {
967 return memory_tracker_;
968 }
969
970 /**
971 * Checks the config to see if non empty domain should be serialized on array

Callers 4

array_from_capnpFunction · 0.45
create_strategyMethod · 0.45
run_executeMethod · 0.45
unit-Reader.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected