From 3b3d6dc464d0087a9b936eb0a630ebe49f7dfc90 Mon Sep 17 00:00:00 2001 From: "a.ardeev" Date: Fri, 26 Sep 2025 14:24:15 +0300 Subject: [PATCH] Removes incorrect note Fixes #5254 --- doc/reference/reference_lua/box_tuple/info.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/reference/reference_lua/box_tuple/info.rst b/doc/reference/reference_lua/box_tuple/info.rst index c9a1cd1f1..956b2c652 100644 --- a/doc/reference/reference_lua/box_tuple/info.rst +++ b/doc/reference/reference_lua/box_tuple/info.rst @@ -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 `_. - - .. 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``.