I read libumem is superior than standard malloc.
Both provide malloc and free, but I can see there is a function called umem_alloc.
I have hard time to understand the difference between umem_alloc() and malloc().
Why umem_alloc suppose to be better than malloc?