From my basic profiling, it seems the vast majorit...
# compose-desktop
t
From my basic profiling, it seems the vast majority of the memory is coming from outside the java heap. It also appears that it is not being allocated with
malloc
(since valgrind can't trace it either).