We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e0eec commit 12820fbCopy full SHA for 12820fb
doc/reference/reference_lua/box_tuple/info.rst
@@ -18,12 +18,6 @@ tuple_object.info()
18
- ``field_map_size`` -- size of the field map.
19
Field map is used to speed up access to indexed fields of the tuple.
20
- ``waste_size`` -- amount of excess memory wasted due to internal fragmentation in the `slab allocator <https://github.com/tarantool/small>`_.
21
-
22
- .. note::
23
24
- `waste_size` is provided for reference only and can be inaccurate.
25
- Avoid using it for memory usage calculations.
26
27
- ``arena`` - type of the arena where the tuple is allocated.
28
Possible values are: ``memtx``, ``malloc``, ``runtime``.
29
0 commit comments