]> sourceware.org Git - glibc.git/commit
Add mallinfo2 function that support sizes >= 4GB.
authorMartin Liska <mliska@suse.cz>
Tue, 7 Jul 2020 11:58:24 +0000 (13:58 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 31 Aug 2020 06:58:20 +0000 (08:58 +0200)
commite3960d1c57e57f33e0e846d615788f4ede73b945
tree460d4f54f4d15484cf6bf639e38d6d2ab01fa438
parent85f184893729e2fb8cf8b873d5371628c3ad9e92
Add mallinfo2 function that support sizes >= 4GB.

The current int type can easily overflow for allocation of more
than 4GB.
malloc/malloc.c
malloc/malloc.h
manual/memory.texi
This page took 0.043595 seconds and 5 git commands to generate.