Searched refs:ralloc_set_destructor (Results 1 – 2 of 2) sorted by relevance
252 void ralloc_set_destructor(const void *ptr, void(*destructor)(void *));441 ralloc_set_destructor(p, _ralloc_destructor); \452 ralloc_set_destructor(p, NULL); \
337 ralloc_set_destructor(const void *ptr, void(*destructor)(void *)) in ralloc_set_destructor() function