Home
last modified time | relevance | path

Searched refs:destructor (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg_y.y40 %destructor { free($$); } atom IDENT STRING NUMBER
43 %destructor { xlu__cfg_value_free($$); } value valuelist values
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c100 talloc_destructor_t destructor; member
188 tc->destructor = NULL; in _talloc()
218 void talloc_set_destructor(const void *ptr, int (*destructor)(void *)) in talloc_set_destructor()
221 tc->destructor = destructor; in talloc_set_destructor()
244 if (tc1->destructor != (talloc_destructor_t)-1) { in talloc_reference_destructor()
245 tc1->destructor = NULL; in talloc_reference_destructor()
567 if (tc->destructor) { in talloc_free()
568 talloc_destructor_t d = tc->destructor; in talloc_free()
572 tc->destructor = (talloc_destructor_t)-1; in talloc_free()
574 tc->destructor = d; in talloc_free()
[all …]
A Dtalloc_guide.txt94 condition is if the pointer had a destructor attached to it and the
95 destructor returned -1. See talloc_set_destructor() for details on
162 The function talloc_set_destructor() sets the "destructor" for the
163 pointer "ptr". A destructor is a function that is called when the
164 memory used by a pointer is about to be released. The destructor
168 The destructor can do anything it wants to, including freeing other
171 in the structure the destructor is placed on.
175 and place an additional destructor on that.
178 destructor.
180 If your destructor attempts to talloc_free() the pointer that it is
[all …]
A Dtalloc.h102 void talloc_set_destructor(const void *ptr, int (*destructor)(void *));
/xen-4.10.0-shim-comet/tools/pygrub/src/fsimage/
A Dfsimage.c138 (destructor) fsimage_file_dealloc, /* tp_dealloc */
240 (destructor) fsimage_fs_dealloc, /* tp_dealloc */
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.y95 %destructor {
A Dzconf.tab.c_shipped2111 incorrect destructor might then be invoked immediately. In the
2113 to an incorrect destructor call or verbose syntax error message
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/
A Dxs.c1019 .tp_dealloc = (destructor)xshandle_dealloc,
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc205 24) *Linux-specific*: Register destructor callback when packet pages are freed.
213 27) *Linux-specific*: Packet destructor callback is called.
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c2665 .tp_dealloc = (destructor)PyXc_dealloc,

Completed in 18 milliseconds