Often the size given to malloc() is smaller than the actual allocated memory block returned. Some malloc() implementations allow querying this information, such as glibc. This enhancement proposes adding support for returning this information for applicable use cases, such as chunks allocated by the arena.
- links to
-
Review openjdk/jdk/13081