Home
last modified time | relevance | path

Searched refs:talloc (Results 1 – 8 of 8) sorted by relevance

/xen/tools/xenstore/
A DREADME4 talloc.c: samba-trunk/source/lib/talloc.c r14291 2006-03-13 04:27:47 +0000
5 talloc.h: samba-trunk/source/include/talloc.h r11986 2005-12-01 00:43:36 +0000
A Dtalloc_guide.txt1 Using talloc in Samba4
11 as talloc has changed a lot.
18 between a "talloc context" and a "talloc pointer". Any pointer
19 returned from talloc() is itself a valid talloc context. This means
45 talloc() versus malloc() performance, and it seems that talloc() is
52 talloc API
62 The talloc() macro is the core of the talloc library. It takes a
81 convenient type to pass to talloc(). Unlike talloc(), it is not type
90 talloc().
382 Here is a typical talloc report:
[all …]
A Dtalloc.h45 #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type) macro
81 #define talloc_p(ctx, type) talloc(ctx, type)
A DMakefile26 XENSTORED_OBJS += xs_lib.o talloc.o utils.o tdb.o hashtable.o
96 xs_tdb_dump: xs_tdb_dump.o utils.o tdb.o talloc.o
A Dxenstored_transaction.c553 d = talloc(trans, struct changed_domain); in transaction_entry_inc()
574 d = talloc(trans, struct changed_domain); in transaction_entry_dec()
A Dxenstored_watch.c232 watch = talloc(conn, struct watch); in do_watch()
A Dxenstored_domain.c337 domain = talloc(context, struct domain); in alloc_domain()
737 xc_handle = talloc(talloc_autofree_context(), xc_interface*); in domain_init()
747 xgt_handle = talloc(talloc_autofree_context(), xengnttab_handle*); in domain_init()
A Dxenstored_core.c371 node = talloc(ctx, struct node); in read_node()
953 node = talloc(ctx, struct node); in construct_node()

Completed in 22 milliseconds