.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) 2012 by Michael Kerrisk .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH malloc_usable_size 3 "2 мая 2024 г." "Справочные страницы Linux 6.9.1" .SH ИМЯ malloc_usable_size \- размер блока отданного из кучи .SH БИБЛИОТЕКА Стандартная библиотека языка C (\fIlibc\fP, \fI\-lc\fP) .SH СИНТАКСИС .nf \fB#include \fP .P \fBsize_t malloc_usable_size(void *_Nullable \fP\fIptr\fP\fB);\fP .fi .SH ОПИСАНИЕ This function can be used for diagnostics or statistics about allocations from \fBmalloc\fP(3) or a related function. .SH "ВОЗВРАЩАЕМОЕ ЗНАЧЕНИЕ" \fBmalloc_usable_size\fP() returns a value no less than the size of the block of allocated memory pointed to by \fIptr\fP. If \fIptr\fP is NULL, 0 is returned. .SH АТРИБУТЫ Описание терминов данного раздела смотрите в \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Интерфейс Атрибут Значение T{ .na .nh \fBmalloc_usable_size\fP() T} Безвредность в нитях MT\-Safe .TE .SH СТАНДАРТЫ GNU. .SH CAVEATS The value returned by \fBmalloc_usable_size\fP() may be greater than the requested size of the allocation because of various internal implementation details, none of which the programmer should rely on. This function is intended to only be used for diagnostics and statistics; writing to the excess memory without first calling \fBrealloc\fP(3) to resize the allocation is not supported. The returned value is only valid at the time of the call. .SH "СМОТРИТЕ ТАКЖЕ" \fBmalloc\fP(3) .PP .SH ПЕРЕВОД Русский перевод этой страницы руководства разработал(и) aereiae , Alexey , Azamat Hackimov , Dmitriy S. Seregin , Dmitry Bolkhovskikh , ITriskTI , Max Is , Yuri Kozlov , Иван Павлов и Малянов Евгений Викторович . .PP Этот перевод является свободной программной документацией; он распространяется на условиях общедоступной лицензии GNU (GNU General Public License - GPL, .UR https://www.gnu.org/licenses/gpl-3.0.html .UE версии 3 или более поздней) в отношении авторского права, но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ. .PP Если вы обнаружите какие-либо ошибки в переводе этой страницы руководства, пожалуйста, сообщите об этом разработчику(ам) по его(их) адресу(ам) электронной почты или по адресу .MT списка рассылки русских переводчиков .ME .