Searched defs:deallocator (Results 1 – 2 of 2) sorted by relevance
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate()
2290 auto deallocator = [](void* data, size_t len, void* arg) {}; in TEST_F() local