Introduction - If you have any usage issues, please Google them yourself
This version of malloc for VxWorks contain 's two different algorithms. One is the BSD-based Kingsley, "bucket" allocator which has some uni que fragmentation behavior. The other is Doug L. ea's well tested allocator that tries to minimiz e fragmentation while keeping the speed/space requirements. very practical, can be used for transplantation to achieve cross-platform embedded memory allocation mechanism.