Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov committed Jul 23, 2024
1 parent 518495c commit 31f26fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/reference/reference_lua/box_tuple/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ tuple_object.info()
- ``header_size`` - size of the internal tuple header.
- ``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 used to store the tuple
in mempool.
- ``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.
`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

0 comments on commit 31f26fe

Please sign in to comment.