A certain program is identified to be low on performance due to the number of malloc calls it makes (malloc has been identified to have an inherent performance issue). However, it is known that all malloc calls that the application makes are only for 16 bytes. Can you try your own implementation of a mymalloc function which the application can use to get rid of this problem.
-- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
