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

Method get_count

tiledb/common/memory_tracker.cc:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154uint64_t MemoryTrackerResource::get_count() {
155 return type_counter_.fetch_add(0, std::memory_order_relaxed);
156}
157
158void* MemoryTrackerResource::do_allocate(size_t bytes, size_t alignment) {
159 auto previous_total =

Callers 2

get_countsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected