From mboxrd@z Thu Jan 1 00:00:00 1970 From: navinp1912@gmail.com (Navin Parakkal) Date: Thu, 27 Aug 2015 19:12:28 +0530 Subject: SLUB vs SLAB allocator Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I found that in many worst case scenarios like fragmention of allocator , slub performs well than slab. I also noticed that Centos /Ubuntu etc switched to SLUB but SLES still uses SLAB in the default image. Any particular reason where SLAB is the choice ? I ask this since i find SLUB to be the default choice since 2.6.23 as per https://en.wikipedia.org/wiki/SLUB_(software) Regards, Navin