mallocmalloc is now optimized to ensure that the regions of memory that are allocated to a process are as physically close as possible to the core on which the process is executing. This increases memory access speeds.
malloc, this is now optimized to use memory that is physically close to the CPU handling I/O operations such as device interrupts.