Skip to content

Commit 12820fb

Browse files
committed
Removes incorrect note
Fixes #5254
1 parent 59e0eec commit 12820fb

File tree

1 file changed

+0
-6
lines changed
  • doc/reference/reference_lua/box_tuple

1 file changed

+0
-6
lines changed

doc/reference/reference_lua/box_tuple/info.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ tuple_object.info()
1818
- ``field_map_size`` -- size of the field map.
1919
Field map is used to speed up access to indexed fields of the tuple.
2020
- ``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-
2721
- ``arena`` - type of the arena where the tuple is allocated.
2822
Possible values are: ``memtx``, ``malloc``, ``runtime``.
2923

0 commit comments

Comments
 (0)