Searched refs:destructor (Results 1 – 3 of 3) sorted by relevance
50 void *(*destructor)(void *vaddr, ul arg); member91 struct slab *slab_create(ul size, void *(*constructor)(void *vaddr, ul arg), void *(*destructor)(vo…
33 struct slab *slab_create(ul size, void *(*constructor)(void *vaddr, ul arg), void *(*destructor)(vo… in slab_create()66 slab_pool->destructor = destructor; in slab_create()316 if (slab_pool->destructor != NULL) in slab_free()317 slab_pool->destructor((char *)slab_obj_ptr->vaddr + slab_pool->size * index, arg); in slab_free()
495 # change the ABI for the type. Either your destructor-full enums must live515 # Whether enums with fields should generate an empty, private destructor.