Hi Daniel,

 

          I have a query regarding the buffer allocation scheme used in
libxml, each time a document is sent for parsing libxml creates a buffer of
size 4k*2 initially, and then increases this if the doc happens to exceed
this size. My query is, whether there is some specific reason why the
original buffer is not used, rather than allocating another buffer and doing
a memmove.  

 

Any clarification would be appreciated

 

Thanks & Regards

Ashwin

 

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to