Comment by comex Comment by comex a day ago 1 reply Copy Link View on Hacker News Not when we’re talking about a JVM, which has its own heap that does not use malloc.
Copy Link tialaramex a day ago Collapse Comment - The JVM is of course just software. In this case it's mostly software written in C++ and that software allocates "its own heap" using uh... mallochttps://github.com/openjdk/jdk/blob/master/src/hotspot/share... Reply View | 0 replies
The JVM is of course just software. In this case it's mostly software written in C++ and that software allocates "its own heap" using uh... malloc
https://github.com/openjdk/jdk/blob/master/src/hotspot/share...