Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/reference/reference_lua/box_tuple/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ tuple_object.info()
- ``field_map_size`` -- size of the field map.
Field map is used to speed up access to indexed fields of the tuple.
- ``waste_size`` -- amount of excess memory wasted due to internal fragmentation in the `slab allocator <https://github.com/tarantool/small>`_.

.. note::

`waste_size` is provided for reference only and can be inaccurate.
Avoid using it for memory usage calculations.

- ``arena`` - type of the arena where the tuple is allocated.
Possible values are: ``memtx``, ``malloc``, ``runtime``.

Expand Down