@marcan Dynamic 4k/16k pages support may affect performance, so it seems, jemalloc just need dynamic switch between two implementations (ifunc may be useful)
@mittorn @marcan
It is 4/16/64k pages. There are users (like HPC) which go 64k for some % of performance.
@hrw @marcan anyway it may be implemented by reading page size in ifunc and placing correct functions during dl relocation
@mittorn @marcan
It is 4/16/64k pages. There are users (like HPC) which go 64k for some % of performance.