Skip to content
Snippets Groups Projects
Commit 88a38db9 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

memtx: add MemtxAllocator statistics

We account three metrics:

 - used_total - total size of allocated memory
 - used_rv - size of memory held for read views
 - used_gc - size of memory freed on demand

We'll need them to report memtx read view statistics.

While we are at it, switch the test to TAP and drop the result file.

Needed for https://github.com/tarantool/tarantool-ee/issues/143

NO_DOC=internal
NO_CHANGELOG=internal
parent fe041aad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment