Searched defs:deallocator (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;

Completed in 34 milliseconds